duritong / puppet-daemontools

Puppet module to manage daemontools

This URL has Read+Write access

duritong (author)
Sat Jul 05 07:13:25 -0700 2008
commit  7c8e666fc122d3d094aafc21ded32db9f5b9fda0
tree    b9573ef496447da3d3ccce47952e4a91273deec6
parent  a094bfe2e7335007ce1c7260142c35f9c72302de parent  83a61438d75d3fbc0bc00bb15ab2dde6d843b4b4
name age message
file README Loading commit data...
directory manifests/
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' }