We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 621774a + 52b8714 commit 911dbe5Copy full SHA for 911dbe5
manifests/server/root_password.pp
@@ -12,7 +12,7 @@
12
13
file { "${::root_home}/.my.cnf":
14
content => template('mysql/my.cnf.pass.erb'),
15
- user => 'root',
+ owner => 'root',
16
mode => '0600',
17
require => Mysql_user['root@localhost'],
18
}
0 commit comments