diff options
Diffstat (limited to 'share/hydractl/puppet-trigger')
-rwxr-xr-x | share/hydractl/puppet-trigger | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/hydractl/puppet-trigger b/share/hydractl/puppet-trigger new file mode 100755 index 0000000..2326d37 --- /dev/null +++ b/share/hydractl/puppet-trigger @@ -0,0 +1,3 @@ +#!/bin/bash + +kill -USR1 `cat /var/run/puppet/puppetd.pid` |