diff options
Diffstat (limited to 'manifests/config.pp')
| -rw-r--r-- | manifests/config.pp | 1 | 
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" | 
