Displaying 1 result from an estimated 1 matches for "postmaintenance".
2007 Aug 08
7
restart a service without ensure => running
Is it possible to trigger a service restart without always forcing that
service to be running? We shutdown mysql for about 30min every day to
do backups, and I don''t want puppet to start mysql during this window.
So I''ve removed ensure => "running" from the mysql service. But now
notify => Service[mysql] doesn''t restart mysql.
Is it possible to tell