module-puppetlabs-mysql/spec
Pan 2834498e4d Allow use different name for db resource other than db name
When defining the mysql::db as exported resources, there are chances that the
same resource names are defined across the site, which will cause puppet agent
fail. By adding an optional dbname parameter, default to the $name, it allows the
resouce name to be defined differently, e.g. ${dbname}_${domain}.
Also updated test and docs for dbname parameter and add acceptance test for
dbname parameter feature
2014-03-15 13:38:13 -07:00
..
acceptance Allow use different name for db resource other than db name 2014-03-15 13:38:13 -07:00
classes add test for ssl-disable 2014-03-04 14:58:37 +01:00
defines Allow use different name for db resource other than db name 2014-03-15 13:38:13 -07:00
system Allow use different name for db resource other than db name 2014-03-15 13:38:13 -07:00
unit Repair this by ensuring calls to mysql include the database name. 2014-02-18 14:38:21 -05:00
spec.opts (#11508) Only load sql_scripts on DB creation 2011-12-19 07:25:35 -08:00
spec_helper.rb Add simplecov support in order to generate test coverage. 2013-08-28 18:11:21 -04:00
spec_helper_acceptance.rb Add unsupported infrastructure for excluding OSes we can't test on. 2014-02-26 17:54:48 +00:00
spec_helper_system.rb Adding beaker-rspec test files 2013-12-06 14:52:41 -08:00