Fixed "service: not found" error from puppet-check.
This commit is contained in:
parent
128f81ffc4
commit
0a47d1408b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ end
|
||||||
err = sprintf("puppetd dead but pid file exists on host '%s', restarting\n",
|
err = sprintf("puppetd dead but pid file exists on host '%s', restarting\n",
|
||||||
Socket.gethostname)
|
Socket.gethostname)
|
||||||
Syslog.warning err
|
Syslog.warning err
|
||||||
system("service puppet start > /dev/null")
|
system("service --help > /dev/null 2>&1 && service puppet start > /dev/null")
|
||||||
system(puppetd) if $?.exitstatus == 127
|
system(puppetd) if $?.exitstatus == 127
|
||||||
Syslog.close
|
Syslog.close
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue