#195 Puppet - Make httpd graceful instead of restart on file change
Closed: Fixed None Opened 16 years ago by mmcgrath.

I believe that the default behavior for puppet is to restart httpd whenever a file gets changed, I'd like to change the default behavior to do a graceful instead.


service { apache: restart=>"/usr/sbin/apachectl graceful" } is a good first try.

Login to comment on this ticket.

Metadata