diff options
-rw-r--r-- | Vagrantfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Vagrantfile b/Vagrantfile index 4ac22e0..efaa952 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -10,8 +10,8 @@ Vagrant::Config.run do |config| # Enable provisioning with Puppet stand alone. config.vm.provision :puppet do |puppet| - puppet.manifest_file = "vagrant.pp" - puppet.manifests_path = "puppet/manifests/bootstrap" + puppet.manifest_file = "bootstrap/vagrant.pp" + puppet.manifests_path = "puppet/manifests" puppet.module_path = "puppet/modules" puppet.pp_path = "/etc/puppet" end |