module-puppetlabs-mysql/tests/server.pp
Gary Larizza 9c192dd678 Update mysql::server test
With the update to the new version of mysql, the test for the
mysql::server class is incorrect.  This quick commit updates
the test according to the new syntax.
2013-10-17 09:38:27 -07:00

3 lines
58 B
Puppet

class { 'mysql::server':
root_password => 'password',
}