public
Description: Puppet module to manage daemontools
Homepage: http://www.immerda.ch
Clone URL: git://github.com/duritong/puppet-daemontools.git
name age message
file README Sat May 17 02:50:11 -0700 2008 added readme git-svn-id: https://svn/ipuppet/... [mh]
directory manifests/ Sat Jul 05 07:13:11 -0700 2008 added inheritance git-svn-id: https://rfd.cro... [mh]
README
puppet module daemontools
#########################

written by immerda project group
admin+puppet(at)immerda.ch
GPLv3

#################################


you can use this module to manage daemontools and add or
remove daemons from the service directory:

start a service:

daemontools::service{"tinydns": }
or
daemontools::service{"tinydns": ensure => 'running' }

stop it:

daemontools::service{"tinydns": ensure => 'stopped' }