diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 13:05:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-10-01 13:05:34 -0300 |
commit | be8dd2fdec438fd67e5a5a90654e8388c9ffa4ad (patch) | |
tree | 87d4419defe41a48f7a9d32931f57c7203ef25d5 /puppet/Vagrantfile | |
parent | c62a6b218f06e3ebb42c327067cd4b65e988ebf7 (diff) | |
parent | 587f206824274d7d1cfcb1072ea8f818493bd317 (diff) | |
download | debian-be8dd2fdec438fd67e5a5a90654e8388c9ffa4ad.tar.gz debian-be8dd2fdec438fd67e5a5a90654e8388c9ffa4ad.tar.bz2 |
Merge commit '587f206824274d7d1cfcb1072ea8f818493bd317'
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 |