diff --git a/Vagrantfile b/Vagrantfile index e5a6f286..f855690f 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -41,7 +41,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| puppet.module_path = "puppet/modules" puppet.manifests_path = "puppet/manifests" puppet.manifest_file = "init.pp" - puppet.options = ['--templatedir', '/vagrant/puppet/files'] + puppet.options = ['--templatedir', '/srv/puppet/files'] puppet.facter = { "quickstart_domain" => 'vip.local', }