Update provisioners.html.markdown

s/virtualbox/virtualbox-iso/
pull/1136/head
Ross Smith II 12 years ago
parent a473ca5320
commit 89c143bd3c

@ -68,7 +68,7 @@ is effectively the same:
{
"type": "shell",
"script": "script.sh",
"only": ["virtualbox"]
"only": ["virtualbox-iso"]
}
</pre>
@ -100,7 +100,7 @@ This example is shown below:
"script": "script.sh",
"override": {
"vmware": {
"vmware-iso": {
"execute_command": "echo 'password' | sudo -S bash {{.Path}}"
}
}

Loading…
Cancel
Save