diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 14:47:40 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-02-14 14:47:40 -0200 |
commit | 70fe0bf7ed5539627d245c4784831d1c6f9fc568 (patch) | |
tree | 62c890592fa146646c1ee2889a4a98ee8d5c2cf2 /share/hydractl/puppet-trigger | |
parent | bdf6d25b861aaa743f6ce3b1f839ee5b24c758de (diff) | |
download | hydra-70fe0bf7ed5539627d245c4784831d1c6f9fc568.tar.gz hydra-70fe0bf7ed5539627d245c4784831d1c6f9fc568.tar.bz2 |
Puppet agent pid (2.6 puppet update)
Diffstat (limited to 'share/hydractl/puppet-trigger')
-rwxr-xr-x | share/hydractl/puppet-trigger | 2 |
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` |