Skip to content

Commit

Permalink
Revert "(#MODULES-1058) root_password.pp cannot create /root/.my.cnf …
Browse files Browse the repository at this point in the history
…due to depe..."
  • Loading branch information
cyberious committed Feb 3, 2015
1 parent a839489 commit 77b7dba
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 77b7dba

Please sign in to comment.