puppet-bind icon indicating copy to clipboard operation
puppet-bind copied to clipboard

Add a service restart parameter.

Open nickchappell opened this issue 11 years ago • 2 comments

This PR creates a parameter for a service restart command.

One use case is using named-checkconf -z /etc/named.conf && service named restart as the restart command to prevent the module from restarting BIND if there are syntax errors in named.conf or any of the zone files named.conf loads.

The defaults are set to service ${servicename} reload, which is what was hard-coded into manifests/service.pp before.

nickchappell avatar Oct 21 '14 22:10 nickchappell

@thias Would you like me to make any changes to this to get it merged?

nickchappell avatar Feb 19 '16 16:02 nickchappell

It's been awhile but I'm picking up some DNS/Puppet work again. Any chance of getting this looked at/merged?

nickchappell avatar Apr 16 '17 02:04 nickchappell