fix pathing, its /usr not /user
This commit is contained in:
parent
a3e7b031a3
commit
7b1d2925b9
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class mysql::server::base {
|
|||
}
|
||||
|
||||
exec { 'mysql_set_rootpw':
|
||||
command => "/user/local/sbin/setmysqlpass.sh ${mysql_rootpw}",
|
||||
command => "/usr/local/sbin/setmysqlpass.sh ${mysql_rootpw}",
|
||||
unless => "mysqladmin -uroot status > /dev/null",
|
||||
require => [ File['mysql_setmysqlpass.sh'], Package['mysql-server'] ],
|
||||
refreshonly => true,
|
||||
|
|
Loading…
Reference in a new issue