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

Puppet module for Percona.

Results 6 puppet-percona issues
Sort by recently updated
recently updated
newest added

The puppetlabs' apt module has changed and now adds a warning for short apt keys. The following code should remove the warning, however you may have to update your apt...

The rights, until now, always ensure present instead of the passed value

Readme.MD says for client & server: ### Client and server ``` puppet class { 'apt': } class { 'percona': server => true, } Class['apt'] -> Class['percona'] ``` However further down...

Was a bit over-zealous before. First time working on an open source project, sent a pull request before it was ready. I was going to request a pull to development,...

Hi I'm trying to change percona configuration without restarting the service using $service_restart to false but seems not work properly because the service is restarted every time I change it....