Commit 89c143bd authored by Ross Smith II's avatar Ross Smith II

Update provisioners.html.markdown

s/virtualbox/virtualbox-iso/
parent a473ca53
...@@ -68,7 +68,7 @@ is effectively the same: ...@@ -68,7 +68,7 @@ is effectively the same:
{ {
"type": "shell", "type": "shell",
"script": "script.sh", "script": "script.sh",
"only": ["virtualbox"] "only": ["virtualbox-iso"]
} }
</pre> </pre>
...@@ -100,7 +100,7 @@ This example is shown below: ...@@ -100,7 +100,7 @@ This example is shown below:
"script": "script.sh", "script": "script.sh",
"override": { "override": {
"vmware": { "vmware-iso": {
"execute_command": "echo 'password' | sudo -S bash {{.Path}}" "execute_command": "echo 'password' | sudo -S bash {{.Path}}"
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment