We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a839489 + 77b7dba commit 9192a9dCopy full SHA for 9192a9d
manifests/server/root_password.pp
@@ -14,6 +14,7 @@
14
content => template('mysql/my.cnf.pass.erb'),
15
owner => 'root',
16
mode => '0600',
17
+ require => Mysql_user['root@localhost'],
18
}
19
20
0 commit comments