diff options
Diffstat (limited to 'share')
-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` |