diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 11:40:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 11:40:04 -0300 |
commit | 3c72acaa20f52459034e270d2bfd79f455d11737 (patch) | |
tree | 66431477d583b97a8e92d561920506b2786a9bf3 /Vagrantfile | |
parent | 76ff2d06f6cb10eff941fbaf50f60ffa8d1c4fb5 (diff) | |
download | debian-3c72acaa20f52459034e270d2bfd79f455d11737.tar.gz debian-3c72acaa20f52459034e270d2bfd79f455d11737.tar.bz2 |
Updating Vagrantfile
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
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. |