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

Commit ff21c5a

Browse files
committed
Read Puppet templates from /srv instead of /vagrant
As of Vagrant 1.7, the /vagrant directory doesn't exist if there are other shares of `.` Fixes #354
1 parent 816ba8a commit ff21c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
4141
puppet.module_path = "puppet/modules"
4242
puppet.manifests_path = "puppet/manifests"
4343
puppet.manifest_file = "init.pp"
44-
puppet.options = ['--templatedir', '/vagrant/puppet/files']
44+
puppet.options = ['--templatedir', '/srv/puppet/files']
4545
puppet.facter = {
4646
"quickstart_domain" => 'vip.local',
4747
}

0 commit comments

Comments
 (0)