Issue #2146 has been reported by bda. ---------------------------------------- Bug #2146: daemontools.rb does not need to unlink a service symlink to down a service http://projects.reductivelabs.com/issues/2146
Author: bda Status: Unreviewed Priority: Low Assigned to: Category: service Target version: Complexity: Trivial Affected version: 0.24.7 Keywords: daemontools provider service "disable" and "stop" are currently the same behavior. This is unnecessary. "svc -d" will down a service and not restart it until the system is rebooted or svscan is restarted (which should theoretically only happen on reboot or telinit q). ensure => "stopped" should only do an `svc -d` on the service. -- 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 -~----------~----~----~----~------~----~------~--~---
