Issue #2151 has been updated by jamtur01. Status changed from Accepted to Closed Target version changed from 0.26.0 to 0.25.0
Pushed in commit:"f1f0a57e4cafc5a9a4378f367022f7cc591033d7" in branch master. ---------------------------------------- Feature #2151: Daemontools service import support. http://projects.reductivelabs.com/issues/2151 Author: bda Status: Closed Priority: Normal Assigned to: Category: service Target version: 0.25.0 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 -~----------~----~----~----~------~----~------~--~---
