Issue #2151 has been updated by bda.

http://github.com/bda/puppet/tree/feature/master/daemontools_import

Need to sort out using texecute() vs system(). Otherwise works.
----------------------------------------
Feature #2151: Daemontools service import support.
http://projects.reductivelabs.com/issues/2151

Author: bda
Status: Unreviewed
Priority: Normal
Assigned to: 
Category: service
Target version: 
Complexity: Trivial
Affected version: 0.24.7
Keywords: daemontools service provider


Allow the user to specify a command to run to build a daemontools service.

class icg-linux {

  Service {
    provider    => "daemontools",
    path        => "/var/service",
    manifest    => "/usr/local/bin/build_daemondir -s"
  }

  service { "minimon":        ensure  => "running" }

If /var/service/minimon does not exist, "/usr/local/bin/buil_daemondir -s 
minimon" is executed. The service is then linked into /service and started.


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://reductivelabs.com/redmine/my/account

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to