Skip to content

Commit 093a002

Browse files
committed
(win2008) use empty.pp
1 parent a54e8e9 commit 093a002

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

boxes/win2008r2x64-vagrant/Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Vagrant.configure("2") do |config|
3838
# are contained in a directory path relative to this Vagrantfile.
3939
config.vm.provision :puppet, :options => ["--debug --trace --verbose"] do |puppet|
4040
puppet.manifests_path = "puppet/manifests"
41-
puppet.manifest_file = "site.pp"
41+
puppet.manifest_file = "empty.pp"
4242
puppet.module_path = "puppet/modules"
4343
puppet.facter = {
4444
"domain" => "local",

boxes/win2008r2x64-vagrant/puppet/manifests/empty.pp

Whitespace-only changes.

0 commit comments

Comments
 (0)