Skip to content

Commit

Permalink
Merge pull request #656 from puppetlabs/revert-651-bug/master/root_ac…
Browse files Browse the repository at this point in the history
…count_fix

Revert "(#MODULES-1058) root_password.pp cannot create /root/.my.cnf due...
  • Loading branch information
hunner committed Feb 3, 2015
2 parents a839489 + 77b7dba commit 9192a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/server/root_password.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
content => template('mysql/my.cnf.pass.erb'),
owner => 'root',
mode => '0600',
require => Mysql_user['root@localhost'],
}
}

Expand Down

0 comments on commit 9192a9d

Please sign in to comment.