summaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorBrice Figureau <brice-puppet@daysofwonder.com>2008-08-27 20:31:38 +0200
committerJames Turnbull <james@lovedthanlost.net>2008-08-29 12:08:59 +1000
commit41dc1fac33cbb3938a5dc5f42f5b841a0a734c27 (patch)
tree9569658f4b56c75f734f23a865f6111f34df5e3e /CHANGELOG
parentaae0793eb3632c6dea56f5d573d201c475786f8c (diff)
downloadpuppet-41dc1fac33cbb3938a5dc5f42f5b841a0a734c27.tar.gz
puppet-41dc1fac33cbb3938a5dc5f42f5b841a0a734c27.tar.xz
puppet-41dc1fac33cbb3938a5dc5f42f5b841a0a734c27.zip
Runit service provider
This provider manages daemons running supervised by Runit[1]. It tries to detect the service directory, with by order of preference: * /service * /var/service * /etc/service The daemon directory should be placed in a directory that can be by default in: * /etc/sv * /var/lib/service or this can be overriden in the service resource parameters: service { "myservice": provider => "runit", path => "/path/to/daemons"; } This provider supports out of the box: * start/stop * enable/disable * restart * status [1]: http://smarden.sunsite.dk/runit/
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 11107ebfb..8ce2c3a8d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.x
+ Added daemontools and runit providers for service type
+
Added simple rake task for running unit tests
Added spec Rake task