Skip to content

Commit 9192a9d

Browse files
committed
Merge pull request #656 from puppetlabs/revert-651-bug/master/root_account_fix
Revert "(#MODULES-1058) root_password.pp cannot create /root/.my.cnf due...
2 parents a839489 + 77b7dba commit 9192a9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/server/root_password.pp

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

0 commit comments

Comments
 (0)