Issue #1014 has been updated by Daniel Pittman.
Jonathan Boyett wrote: > +1 to the code in #3323. The same basic commentary applies to this as it does to the `graceful` equivalent: having more and more boolean values representing what is really a "pick one" option is terrible. This should unify the various "please restart like this" options in a sane way, and until then folks can work around it by explicitly setting the command by hand. ---------------------------------------- Feature #1014: Services should support 'reload' in addition to 'restart' https://projects.puppetlabs.com/issues/1014#change-55477 Author: Adrian Bridgett Status: Accepted Priority: Normal Assignee: Category: service Target version: Telly Affected Puppet version: 0.24.7 Keywords: Branch: currently if a service needs kicking (e.g. a config file changed) you can notify the service, but this leads to a restart. It would be nice if a reload was done if the service was already running (although I suppose there are bound to be some services which require restarts for some files, reloads for others). A reload would be far faster (shorter service interruption) and potentially more robust. I'm looking at this since bind stop/start (I hadn't set "hasrestart") on Debian etch can fail - it looks like stop command doesn't wait for bind to exit (I'll raise a bug with Debian about that) -- 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://projects.puppetlabs.com/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.
