example42 / puppet-mysql

Mysql Puppet Module
http://www.example42.com
Other
16 stars 38 forks source link

Add service_manage paramters #49

Closed lermit closed 10 years ago

lermit commented 10 years ago

Hi,

When you make HA with corosync/pacemaker for exemple, the mysql service status should be managed by corosync/pacemaker.

This PR add a service_manage new parameter allowing yourself to specify whatever you want puppet to managed mysql services or not.

Default value is, of course, true.

I think such feature could be usefull in other module (like apache,tomcat and any other which can be used in HA mode).

Regards