[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 81a91a7321f1a0c664e04cc2b7045819a970c18f
Author: James Turnbull <james at lovedthanlost.net>
Date:   Fri Nov 28 08:57:18 2008 +1100

    Documentation fix for daemontools provider

diff --git a/lib/puppet/provider/service/daemontools.rb b/lib/puppet/provider/service/daemontools.rb
index db4a7cd..46729e1 100644
--- a/lib/puppet/provider/service/daemontools.rb
+++ b/lib/puppet/provider/service/daemontools.rb
@@ -5,14 +5,14 @@ Puppet::Type.type(:service).provide :daemontools, :parent => :base do
     desc """
 Daemontools service management.
 This provider manages daemons running supervised by D.J.Bernstein daemontools.
-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
  * /etc/service
  * /var/lib/svscan
 
 The daemon directory should be placed in a directory that can be 
-by default in:
+by default in::
 
  * /var/lib/service
  * /etc
@@ -24,13 +24,14 @@ or this can be overriden in the service resource parameters::
        provider => \"daemontools\", path => \"/path/to/daemons\";
     }
 
-This provider supports out of the box:
+This provider supports out of the box::
 
  * start/stop (mapped to enable/disable)
  * enable/disable
  * restart
  * status
 
+
 """
 
     commands :svc  => "/usr/bin/svc"

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list