summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@pobox.com>2008-11-25 21:33:52 -0500
committerTodd Zullinger <tmz@pobox.com>2008-11-25 21:33:52 -0500
commite66e238b5b0c180dac0cd33d08db37e495b30efa (patch)
treece25546b821dc183e2bfbb2b73da68abf24b66c9
parentc17351a9cbd7be3f4dabb14b3f159a46edc8a6f0 (diff)
downloadpuppet-host-package-e66e238b5b0c180dac0cd33d08db37e495b30efa.tar.gz
puppet-host-package-e66e238b5b0c180dac0cd33d08db37e495b30efa.tar.xz
puppet-host-package-e66e238b5b0c180dac0cd33d08db37e495b30efa.zip
Fix destssldir default
-rwxr-xr-xpuppethost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppethost.py b/puppethost.py
index bd7d2af..40bb7e6 100755
--- a/puppethost.py
+++ b/puppethost.py
@@ -13,7 +13,7 @@ import tempfile
ssldir = '/etc/puppet/ssl'
defaults = {
- 'destssldir': ssldir,
+ 'destssldir': '',
'domain': '',
'force': False,
'force_cert': False,