Update provisioners.html.markdown

s/virtualbox/virtualbox-iso/
This commit is contained in:
Ross Smith II 2014-05-06 11:08:42 -07:00
parent a473ca5320
commit 89c143bd3c
1 changed files with 2 additions and 2 deletions

View File

@ -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:
"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}}"
} }
} }