[Puppet Users] Re: notify and reload

2008-11-25 Thread jrojas
in your case you may want to define the service like so: service { "your_service": ensure => running, enable => true, restart => "your restart command here, subscribe => File["config file"]; } --~--~-~--~~~---~--~~ You received

[Puppet Users] Re: notify and reload

2008-11-25 Thread Peter Meier
Hi > If a have a file that has "notify" set for a particular service, will the > service always be "restarted" when the file changes, or is there a way to > specify that it should instead "reload"? I know I can use exec with > "subscribe" and "refreshonly", but it seems like extra work if it cou