module-puppetlabs-mysql/spec/classes
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
..
graceful_failures_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-08-08 16:47:44 -04:00
mycnf_template_spec.rb Ensure idempotency between Puppet runs 2015-08-04 13:38:03 -04:00
mysql_bindings_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-08-08 16:47:44 -04:00
mysql_client_spec.rb (MODULES-1143) Add package_manage parameter 2015-02-12 13:33:36 +11:00
mysql_server_account_security_spec.rb When fqdn==localhost account security breaks 2015-01-18 15:02:17 +01:00
mysql_server_backup_spec.rb (fix) - Change default for mysql::server::backup to ignore_triggers => false 2015-05-12 09:45:10 -07:00
mysql_server_monitor_spec.rb Convert specs to RSpec 2.99.1 syntax with Transpec 2014-08-08 16:47:44 -04:00
mysql_server_mysqltuner_spec.rb Remove mysqltuner, fetch with staging instead 2014-12-16 10:52:39 -08:00
mysql_server_spec.rb Update tests for rspec-puppet 2 and future parser 2015-03-23 22:09:15 -07:00