summaryrefslogtreecommitdiff
path: root/files/check-puppetd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'files/check-puppetd.sh')
-rw-r--r--files/check-puppetd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/check-puppetd.sh b/files/check-puppetd.sh
index fbf6988..c886ea3 100644
--- a/files/check-puppetd.sh
+++ b/files/check-puppetd.sh
@@ -3,7 +3,7 @@
# check if puppet is running
#
-PID="/var/run/puppet/puppetd.pid"
+PID="/var/run/puppet/agent.pid"
INIT="/etc/init.d/puppet"
if [ ! -f "$PID" ]; then