diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 11:40:22 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 11:40:22 -0300 |
commit | 6f775490cd0562b36c8fd4b40f0c0f3f35943005 (patch) | |
tree | 2817b0e906852468f719c032d547f549b71588b8 | |
parent | 6848013c089d3e2bfeddf5c4e0b7e49ddbce8e95 (diff) | |
download | puppet-bootstrap-6f775490cd0562b36c8fd4b40f0c0f3f35943005.tar.gz puppet-bootstrap-6f775490cd0562b36c8fd4b40f0c0f3f35943005.tar.bz2 |
Updating Vagrantfile
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index efaa952..e7404a9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,7 +13,7 @@ Vagrant::Config.run do |config| puppet.manifest_file = "bootstrap/vagrant.pp" puppet.manifests_path = "puppet/manifests" puppet.module_path = "puppet/modules" - puppet.pp_path = "/etc/puppet" + puppet.temp_dir = "/etc/puppet" end # Define a Host VM |