Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bob Tanner
packer-windows
Commits
1e79e388
Commit
1e79e388
authored
Aug 07, 2013
by
Joe Fitzgerald
Browse files
Commenting Out Hello World Provisioning Step
parent
2b450d16
Changes
1
Show whitespace changes
Inline
Side-by-side
vagrantfile.template
View file @
1e79e388
...
...
@@ -21,7 +21,7 @@ Vagrant.configure("2") do |config|
# config.berkshelf.enabled = true
# Shell - Hello World
config
.
vm
.
provision
:shell
,
:inline
=>
"C:
\\
vagrant
\\
scripts
\\
HelloWorld.bat"
#
config.vm.provision :shell, :inline => "C:\\vagrant\\scripts\\HelloWorld.bat"
config
.
vm
.
provider
:virtualbox
do
|
v
,
override
|
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment