Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

Commit

Permalink
Read Puppet templates from /srv instead of /vagrant
Browse files Browse the repository at this point in the history
As of Vagrant 1.7, the /vagrant directory doesn't exist if there
are other shares of `.`

Fixes #354
  • Loading branch information
joshbetz committed Dec 18, 2014
1 parent 816ba8a commit ff21c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
}
Expand Down

0 comments on commit ff21c5a

Please sign in to comment.