From 3c72acaa20f52459034e270d2bfd79f455d11737 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 1 Oct 2014 11:40:04 -0300 Subject: Updating Vagrantfile --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') 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. -- cgit v1.2.3