module-mysql/tests/012_change_password.pp

7 lines
138 B
ObjectPascal
Raw Normal View History

err("Changing password for user 'test_user@%'")
mysql_user{ "test_user@%":
password_hash => mysql_password("foo"),
ensure => present
}