Skip to content

Commit a839489

Browse files
committed
Merge pull request #651 from lodgenbd/bug/master/root_account_fix
(#MODULES-1058) root_password.pp cannot create /root/.my.cnf due to depe...
2 parents b98c056 + c9c5eb3 commit a839489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

manifests/server/root_password.pp

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
content => template('mysql/my.cnf.pass.erb'),
1515
owner => 'root',
1616
mode => '0600',
17-
require => Mysql_user['root@localhost'],
1817
}
1918
}
2019

0 commit comments

Comments
 (0)