[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585
James Turnbull
james at lovedthanlost.net
Fri Jan 23 14:21:47 UTC 2009
The following commit has been merged in the master branch:
commit 1f52795c43e085e73290fbfccffafcc8cca1bc70
Author: James Turnbull <james at lovedthanlost.net>
Date: Fri Nov 28 08:58:34 2008 +1100
Documentation fix for runit provider
diff --git a/lib/puppet/provider/service/runit.rb b/lib/puppet/provider/service/runit.rb
index 5c2b9c7..e8a0da1 100644
--- a/lib/puppet/provider/service/runit.rb
+++ b/lib/puppet/provider/service/runit.rb
@@ -5,14 +5,14 @@ Puppet::Type.type(:service).provide :runit, :parent => :daemontools do
desc """
Runit service management.
This provider manages daemons running supervised by Runit.
-It tries to detect the service directory, with by order of preference:
+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:
+by default in::
* /etc/sv
@@ -23,12 +23,14 @@ or this can be overriden in the service resource parameters::
provider => \"runit\", path => \"/path/to/daemons\";
}
-This provider supports out of the box:
+This provider supports out of the box::
* start/stop
* enable/disable
* restart
* status
+
+
"""
commands :sv => "/usr/bin/sv"
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list