Skip to content

Commit

Permalink
Merge pull request #651 from lodgenbd/bug/master/root_account_fix
Browse files Browse the repository at this point in the history
(#MODULES-1058) root_password.pp cannot create /root/.my.cnf due to depe...
  • Loading branch information
igalic committed Jan 30, 2015
2 parents b98c056 + c9c5eb3 commit a839489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/server/root_password.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
content => template('mysql/my.cnf.pass.erb'),
owner => 'root',
mode => '0600',
require => Mysql_user['root@localhost'],
}
}

Expand Down

0 comments on commit a839489

Please sign in to comment.