summaryrefslogtreecommitdiff
path: root/tests/012_change_password.pp
blob: 7bf7f022ff3cb716755a34e0267809470a97e1aa (plain)
1
2
3
4
5
6
err("Changing password for user 'test_user@%'")
mysql_user{ "test_user@%":
	password_hash => mysql_password("foo"),
	ensure => present
}