aboutsummaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
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" }