We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54e8e9 commit 093a002Copy full SHA for 093a002
boxes/win2008r2x64-vagrant/Vagrantfile
@@ -38,7 +38,7 @@ Vagrant.configure("2") do |config|
38
# are contained in a directory path relative to this Vagrantfile.
39
config.vm.provision :puppet, :options => ["--debug --trace --verbose"] do |puppet|
40
puppet.manifests_path = "puppet/manifests"
41
- puppet.manifest_file = "site.pp"
+ puppet.manifest_file = "empty.pp"
42
puppet.module_path = "puppet/modules"
43
puppet.facter = {
44
"domain" => "local",
boxes/win2008r2x64-vagrant/puppet/manifests/empty.pp
0 commit comments