diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-27 21:08:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-27 21:08:27 -0300 |
commit | 05fd9b743b1997fe1a2eb4381218cacf41f4794b (patch) | |
tree | be32b7b272e5a5b1461603b9665e1687a0952881 /share/hydractl | |
parent | c155100258ba382e92e24f093959e9d1e71a09e4 (diff) | |
download | hydra-05fd9b743b1997fe1a2eb4381218cacf41f4794b.tar.gz hydra-05fd9b743b1997fe1a2eb4381218cacf41f4794b.tar.bz2 |
Force vardir and ssldir at puppet-reset-agent to avoid trouble reseting the agent in the master node
Diffstat (limited to 'share/hydractl')
-rwxr-xr-x | share/hydractl/puppet-reset-agent | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/hydractl/puppet-reset-agent b/share/hydractl/puppet-reset-agent index 17c7520..00d0e76 100755 --- a/share/hydractl/puppet-reset-agent +++ b/share/hydractl/puppet-reset-agent @@ -5,4 +5,5 @@ /etc/init.d/puppet stop rm -rf /var/lib/puppet/ssl -puppetd --server puppet.`facter domain` --waitforcert 60 --debug --test --ca_port 8141 +puppetd --server puppet.`facter domain` --waitforcert 60 --debug --test --ca_port 8141 \ + --vardir /var/lib/puppet --ssldir /var/lib/puppet/ssl |