diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/config.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/config.pp b/manifests/config.pp index e7db713..1d41879 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -6,7 +6,7 @@ $first_user_sshkey = "usersshkey" # do not include "ssh-rsa " here. $first_user_email = "usermail" # bootstrap dirs -$puppet_bootstrap_tmpdir = "/tmp/puppet-bootstrap" +$puppet_bootstrap_tmpdir = "/var/tmp/puppet-bootstrap" $puppet_dir = "/usr/local/puppet" # minimal config for puppet-nodo first run |