Skip to content

Commit d966980

Browse files
author
Alex Crowe
committedMay 21, 2016
bumped version
1 parent b53aa66 commit d966980

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed
 

‎Changelog

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Enhancements:
44

55
- Can now set file mode for configuration files
66
- 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
79

810
Fixes:
911

10-
Changes:
12+
- Fixed dependency loop issue
1113

12-
Thanks to
14+
Many thanks to @Vincent-- , @rsood-trulia, @walterheck, @davidgubler for all the contributions!
1315

1416
2015-11-22 - v0.6.0
1517

@@ -23,7 +25,7 @@ Enhancements:
2325
- Added '$package_install_options' for package installation.
2426
- Added '$ctl_socket' param for selecting between 'inet' and 'unix' sockets.
2527
- 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'.
2729

2830
Fixes:
2931

@@ -43,13 +45,13 @@ Thanks to @buzzdeee, @mikeraynham, @md14454, @willaerk, @renepavlik, @maxenced,
4345
Enhancements:
4446

4547
- 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
4749
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
4951

5052
Fixes:
5153

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
5355
- Fixed ordering where define type configuration was being written before configuration
5456
directories were created, thanks to @mcrumm for the bug report
5557
- Minor lint fixes
@@ -146,7 +148,7 @@ Fixes:
146148
- Fixed typo in supervisord config with minfds and minprocs, thanks to @peefourtee
147149
- Typo in README fixed thanks to @hopkinsth
148150
- 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'
150152

151153
Important Changes:
152154

‎metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ajcrowe-supervisord",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"author": "Alex Crowe",
55
"license": "MIT",
66
"summary": "Module supervisord class and functions",

0 commit comments

Comments
 (0)
Please sign in to comment.