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",
"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}}"
}
}