module-puppetlabs-mysql/spec
Colleen Murphy 07b661dcea Require title of mysql_grant resource to match form user/table
This addresses https://tickets.puppetlabs.com/browse/MODULES-1040.
The user parameter is required to have the form username@host. A grant
is identified in the instances method by a name of the form
username@host/table. The resource will fail to be identified as already
existing if the name given to the resource does not match this form.
2014-06-04 10:44:36 -07:00
..
acceptance Require title of mysql_grant resource to match form user/table 2014-06-04 10:44:36 -07:00
classes Install MySQL client and daemon dev libraries. 2014-05-19 09:41:25 +12:00
defines Allow use different name for db resource other than db name 2014-03-15 13:38:13 -07:00
unit Require title of mysql_grant resource to match form user/table 2014-06-04 10:44:36 -07: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 Fixes to get tests running on RHEL5. 2014-05-12 12:32:20 -04:00