Skip to content
Snippets Groups Projects
Commit 13894679 authored by Nils Olof Paulsson's avatar Nils Olof Paulsson
Browse files

mysql::passwd

parent 95177c66
No related branches found
No related tags found
2 merge requests!67Test,!66Devel
Pipeline #157194 passed
......@@ -222,7 +222,7 @@ class aim_control (
mysql_user { 'root@%':
ensure => 'present',
password_hash => mysql_password($mysql_password),
password_hash => mysql::password($mysql_password),
}
mysql_grant { 'root@%/*.*':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment