mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 17:24:00 -04:00
Update provisioners.html.markdown
s/virtualbox/virtualbox-iso/
This commit is contained in:
@@ -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}}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user