summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2014-10-01 11:40:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2014-10-01 11:40:04 -0300
commit3c72acaa20f52459034e270d2bfd79f455d11737 (patch)
tree66431477d583b97a8e92d561920506b2786a9bf3 /Vagrantfile
parent76ff2d06f6cb10eff941fbaf50f60ffa8d1c4fb5 (diff)
downloaddebian-3c72acaa20f52459034e270d2bfd79f455d11737.tar.gz
debian-3c72acaa20f52459034e270d2bfd79f455d11737.tar.bz2
Updating Vagrantfile
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 3f70485..0ebd36e 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
# Share hiera configuration.