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