diff options
Diffstat (limited to 'puppet/Vagrantfile')
-rw-r--r-- | puppet/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/Vagrantfile b/puppet/Vagrantfile index efaa952..e7404a9 100644 --- a/puppet/Vagrantfile +++ b/puppet/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 |