aboutsummaryrefslogtreecommitdiff
path: root/manifests/config.pp
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2011-03-11 19:32:15 -0300
committerdrebs <drebs@riseup.net>2011-03-11 19:32:15 -0300
commit345a2538ee93179d3cfd535a85895bce93914ccb (patch)
tree198b170efbfb0fc10bb2869da48e964255dc667d /manifests/config.pp
parentab1e27cdb860006034f85097ee704d93987e85c4 (diff)
downloadpuppet-bootstrap-345a2538ee93179d3cfd535a85895bce93914ccb.tar.gz
puppet-bootstrap-345a2538ee93179d3cfd535a85895bce93914ccb.tar.bz2
adding template path
Diffstat (limited to 'manifests/config.pp')
-rw-r--r--manifests/config.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/config.pp b/manifests/config.pp
index 52dcb50..bc637f8 100644
--- a/manifests/config.pp
+++ b/manifests/config.pp
@@ -5,5 +5,6 @@ $first_user_password = "userpass"
$first_user_sshkey = "usersshkey"
$first_user_email = "usermail"
+$puppet_bootstrap_tmpdir = "/tmp/puppet-bootstrap"
$puppet_dir = "/var/local/puppet"
$default_puppet_conf_dir = "$puppet_dir/default-conf"