1 2 3 4 5 6 7
err("Will create user 'test_user@%' with password 'blah'") mysql_user{ "test_user@%": password_hash => mysql_password("blah"), ensure => present }