9c192dd678
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.
3 lines
58 B
Puppet
3 lines
58 B
Puppet
class { 'mysql::server':
|
|
root_password => 'password',
|
|
}
|