@@ -4,12 +4,14 @@ Enhancements:
4
4
5
5
- Can now set file mode for configuration files
6
6
- Added support for concat versions >2
7
+ - 'autostart' param can now be a 'string' or 'bool'
8
+ - 'ensure_process' can now be set to unmanaged to disable any 'supervisorctl' command being executed
7
9
8
10
Fixes:
9
11
10
- Changes:
12
+ - Fixed dependency loop issue
11
13
12
- Thanks to
14
+ Many thanks to @Vincent-- , @rsood-trulia, @walterheck, @davidgubler for all the contributions!
13
15
14
16
2015-11-22 - v0.6.0
15
17
@@ -23,7 +25,7 @@ Enhancements:
23
25
- Added '$package_install_options' for package installation.
24
26
- Added '$ctl_socket' param for selecting between 'inet' and 'unix' sockets.
25
27
- Added '$init_script', '$init_script_template', '$init_defaults' and 'init_defaults_template' to allow completely custom init scripts.
26
- - 'supervisord::supervisorctl' define now accepts an '$unless' param to add a condition to the exec resource for ` supervisorctl` .
28
+ - 'supervisord::supervisorctl' define now accepts an '$unless' param to add a condition to the exec resource for ' supervisorctl' .
27
29
28
30
Fixes:
29
31
@@ -43,13 +45,13 @@ Thanks to @buzzdeee, @mikeraynham, @md14454, @willaerk, @renepavlik, @maxenced,
43
45
Enhancements:
44
46
45
47
- Added RHEL to enable SCL Py27 support, thanks to @dmglab
46
- - Enchanged logfile options to allow ` syslog`, ` NONE`, ` AUTO` and custom full qualified
48
+ - Enchanged logfile options to allow ' syslog', ' NONE', ' AUTO' and custom full qualified
47
49
locations, thanks to @honzik666 and @SteveMaddison for these enhancements
48
- - Added ` FUTURE_PARSER` testing for forward compatibility testing
50
+ - Added ' FUTURE_PARSER' testing for forward compatibility testing
49
51
50
52
Fixes:
51
53
52
- - Missing slash on ` pid_file` in redhat init script, thanks to @coreone
54
+ - Missing slash on ' pid_file' in redhat init script, thanks to @coreone
53
55
- Fixed ordering where define type configuration was being written before configuration
54
56
directories were created, thanks to @mcrumm for the bug report
55
57
- Minor lint fixes
@@ -146,7 +148,7 @@ Fixes:
146
148
- Fixed typo in supervisord config with minfds and minprocs, thanks to @peefourtee
147
149
- Typo in README fixed thanks to @hopkinsth
148
150
- Removed refreshonly from pip_install exec resource
149
- - Number of syntax fixes thanks to ` puppet lint`
151
+ - Number of syntax fixes thanks to ' puppet lint'
150
152
151
153
Important Changes:
152
154
0 commit comments