Skip to content

Commit

Permalink
Remove shutdown_command from VirtualBox builder and restore one for…
Browse files Browse the repository at this point in the history
… VMWare.

Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
  • Loading branch information
kwilczynski committed Feb 19, 2018
1 parent ef075d4 commit f7bda10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ubuntu-12.04-amd64-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"http://{{user `releases_mirror`}}/12.04/ubuntu-12.04.5-server-amd64.iso"
],
"output_directory": "artifacts/vagrant-virtualbox/{{user `name`}}",
"shutdown_command": "echo 'vagrant' | sudo -S poweroff",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down Expand Up @@ -165,7 +164,7 @@
"http://{{user `releases_mirror`}}/12.04/ubuntu-12.04.5-server-amd64.iso"
],
"output_directory": "artifacts/vagrant-vmware/{{user `name`}}",
"shutdown_command": "echo 'vagrant' | sudo -S poweroff",
"shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down
3 changes: 1 addition & 2 deletions ubuntu-12.04-amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
"http://{{user `releases_mirror`}}/12.04/ubuntu-12.04.5-server-amd64.iso"
],
"output_directory": "artifacts/vagrant-virtualbox/{{user `name`}}",
"shutdown_command": "echo 'vagrant' | sudo -S poweroff",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down Expand Up @@ -163,7 +162,7 @@
"http://{{user `releases_mirror`}}/12.04/ubuntu-12.04.5-server-amd64.iso"
],
"output_directory": "artifacts/vagrant-vmware/{{user `name`}}",
"shutdown_command": "echo 'vagrant' | sudo -S poweroff",
"shutdown_command": "echo 'vagrant' | sudo -S shutdown -P now",
"ssh_username": "vagrant",
"ssh_password": "vagrant",
"ssh_port": 22,
Expand Down

0 comments on commit f7bda10

Please sign in to comment.