Displaying 1 result from an estimated 1 matches for "unagiostest".
2011 Oct 11
3
/etc/init.d/mysql =fail mysqld=success
...ss => "mysqladmin -uroot -psecret",
path => ["/bin", "/usr/bin"],
command => "mysqladmin -uroot password secret",
require => Service["mysql"],
}
exec { "set-nagios-password":
unless => "mysqladmin -unagiostest -psecret",
path => ["/bin", "/usr/bin"],
command => "mysqladmin -unagiostest password secret",
require => Service["mysql"],
}
}
-----------------------------------
When I run /etc/init.d/mysql start sql doesnt run
Code:
roo...