module-puppetlabs-mysql/manifests
Emilien Macchi ba52d1d6e9 Ensure idempotency between Puppet runs
Running RHEL 7.1, puppetlabs-mysql is not idempotent.
After a second run, puppet tries to change the SElinux context:
/File[mysql-config-file]/seltype: seltype changed 'etc_t' to
'mysqld_etc_t'

Since packaging already manages SElinux labels, we should not let
Puppet doing it (default behavior).
This patch aims to set selinux_ignore_defaults to True for the
mysql-config-file File resource.

Thanks to that patch, Puppet will be indempotent between all runs on
RHEL platforms.
2015-08-04 13:38:03 -04:00
..
backup (fix) - Fix issue where fact is unknown at start 2015-05-11 09:36:35 -07:00
bindings [MODULES-1484] Add support for install_options for all package resources. 2014-11-08 00:30:00 -06:00
client references to README.md and default values were added to workaround warnings from puppet-lint 2015-04-15 21:25:37 +00:00
server Ensure idempotency between Puppet runs 2015-08-04 13:38:03 -04:00
bindings.pp Fixed test classes 2014-11-18 16:27:57 -05:00
client.pp (MODULES-1143) Add package_manage parameter 2015-02-12 13:33:36 +11:00
db.pp Proper containment for mysql::client in mysql::db 2014-11-18 17:33:18 -05:00
params.pp Add Solaris support to MySQL module 2015-06-25 09:33:56 -06:00
server.pp Merge pull request #683 from eems-leo/remove-old-root-pass 2015-05-05 12:10:56 -07:00