aboutsummaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-21 14:36:59 -0300
committerdrebs <drebs@riseup.net>2011-03-21 14:36:59 -0300
commit63e693f3e2b14d4fff0ea2af54bbfe1fce2cbfe2 (patch)
treedfc5e34a42dcc17d0269688f4949bf490fb79e4d /manifests/config.pp
parent244d2f78c2c0d0abbcfa11bd85b5f81aeea5540b (diff)
downloadpuppet-bootstrap-63e693f3e2b14d4fff0ea2af54bbfe1fce2cbfe2.tar.gz
puppet-bootstrap-63e693f3e2b14d4fff0ea2af54bbfe1fce2cbfe2.tar.bz2
changing default conf generation to host-stage1
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 7e4bd8a..e7db713 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -7,7 +7,7 @@ $first_user_email = "usermail"
# bootstrap dirs
$puppet_bootstrap_tmpdir = "/tmp/puppet-bootstrap"
-$puppet_dir = "/var/local/puppet"
+$puppet_dir = "/usr/local/puppet"
# minimal config for puppet-nodo first run
Exec { path => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" }