aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/puppet-trigger
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-02-14 14:47:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2011-02-14 14:47:40 -0200
commit70fe0bf7ed5539627d245c4784831d1c6f9fc568 (patch)
tree62c890592fa146646c1ee2889a4a98ee8d5c2cf2 /share/hydractl/puppet-trigger
parentbdf6d25b861aaa743f6ce3b1f839ee5b24c758de (diff)
downloadhydra-70fe0bf7ed5539627d245c4784831d1c6f9fc568.tar.gz
hydra-70fe0bf7ed5539627d245c4784831d1c6f9fc568.tar.bz2
Puppet agent pid (2.6 puppet update)
Diffstat (limited to 'share/hydractl/puppet-trigger')
-rwxr-xr-xshare/hydractl/puppet-trigger2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/puppet-trigger b/share/hydractl/puppet-trigger
index 2326d37..7e255af 100755
--- a/share/hydractl/puppet-trigger
+++ b/share/hydractl/puppet-trigger
@@ -1,3 +1,3 @@
#!/bin/bash
-kill -USR1 `cat /var/run/puppet/puppetd.pid`
+kill -USR1 `cat /var/run/puppet/agent.pid`