Merge pull request #1 from danipozodg/master
Update Ubuntu ISO URL and checksum
This commit is contained in:
commit
469f5782e0
|
@ -89,9 +89,9 @@
|
||||||
"guest_os_type": "Ubuntu_64",
|
"guest_os_type": "Ubuntu_64",
|
||||||
"headless": true,
|
"headless": true,
|
||||||
"http_directory": "preseeds",
|
"http_directory": "preseeds",
|
||||||
"iso_urls": "http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso",
|
"iso_urls": "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso",
|
||||||
"iso_checksum_type": "sha256",
|
"iso_checksum_type": "sha256",
|
||||||
"iso_checksum": "737ae7041212c628de5751d15c3016058b0e833fdc32e7420209b76ca3d0a535",
|
"iso_checksum": "a06cd926f5855d4f21fb4bc9978a35312f815fbda0d0ef7fdc846861f4fc4600",
|
||||||
"ssh_username": "{{user `user`}}",
|
"ssh_username": "{{user `user`}}",
|
||||||
"ssh_password": "{{user `user`}}",
|
"ssh_password": "{{user `user`}}",
|
||||||
"ssh_wait_timeout": "20m",
|
"ssh_wait_timeout": "20m",
|
||||||
|
|
|
@ -73,9 +73,9 @@
|
||||||
"guest_os_type": "Ubuntu_64",
|
"guest_os_type": "Ubuntu_64",
|
||||||
"headless": true,
|
"headless": true,
|
||||||
"http_directory": "preseeds",
|
"http_directory": "preseeds",
|
||||||
"iso_urls": "http://releases.ubuntu.com/16.04/ubuntu-16.04.2-server-amd64.iso",
|
"iso_urls": "http://releases.ubuntu.com/16.04/ubuntu-16.04.3-server-amd64.iso",
|
||||||
"iso_checksum_type": "sha256",
|
"iso_checksum_type": "sha256",
|
||||||
"iso_checksum": "737ae7041212c628de5751d15c3016058b0e833fdc32e7420209b76ca3d0a535",
|
"iso_checksum": "a06cd926f5855d4f21fb4bc9978a35312f815fbda0d0ef7fdc846861f4fc4600",
|
||||||
"ssh_username": "{{user `user`}}",
|
"ssh_username": "{{user `user`}}",
|
||||||
"ssh_password": "{{user `user`}}",
|
"ssh_password": "{{user `user`}}",
|
||||||
"ssh_wait_timeout": "20m",
|
"ssh_wait_timeout": "20m",
|
||||||
|
|
Loading…
Reference in New Issue