module-puppetlabs-mysql/spec
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
..
acceptance (fix) - Change default for mysql::server::backup to ignore_triggers => false 2015-05-12 09:45:10 -07:00
classes Ensure idempotency between Puppet runs 2015-08-04 13:38:03 -04:00
defines Update tests for rspec-puppet 2 and future parser 2015-03-23 22:09:15 -07:00
unit length check for usernames should take mysql version into consideration 2015-05-29 14:13:39 +02:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb Rewrite some of the unit tests to work on more platforms. 2014-08-07 16:27:17 -04:00
spec_helper_acceptance.rb spec_helper_acceptance: Remove conflicting yum install 2015-06-18 12:13:55 +01:00