We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3bc259 commit 333be5fCopy full SHA for 333be5f
manifests/server/root_password.pp
@@ -12,6 +12,8 @@
12
13
file { "${::root_home}/.my.cnf":
14
content => template('mysql/my.cnf.pass.erb'),
15
+ user => 'root',
16
+ mode => '0600',
17
require => Mysql_user['root@localhost'],
18
}
19
0 commit comments