Skip to content

Commit 911dbe5

Browse files
author
Ashley Penney
committed
Merge pull request #362 from apenney/fix/user
Fix owner -> user typo.
2 parents 621774a + 52b8714 commit 911dbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/root_password.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
file { "${::root_home}/.my.cnf":
1414
content => template('mysql/my.cnf.pass.erb'),
15-
user => 'root',
15+
owner => 'root',
1616
mode => '0600',
1717
require => Mysql_user['root@localhost'],
1818
}

0 commit comments

Comments
 (0)