Merge pull request #7686 from teejam2/patch-1

Fix typo and update ubuntu image version
This commit is contained in:
Adrien Delorme 2019-05-24 17:27:07 +02:00 committed by GitHub
commit 4b0f888a1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -893,9 +893,9 @@ virtual switch with an `External` connection type.
"cpus": "2",
"memory": "1024",
"disk_size": "21440",
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.1-server-amd64.iso",
"iso_url": "http://releases.ubuntu.com/16.04/ubuntu-16.04.6-server-amd64.iso",
"iso_checksum_type": "sha1",
"iso_checksum": "DE5EE8665048F009577763EFBF4A6F0558833E59"
"iso_checksum": "056b7c15efc15bbbf40bf1a9ff1a3531fcbf70a2"
},
"builders": [
{
@ -927,7 +927,7 @@ virtual switch with an `External` connection type.
],
"shutdown_command": "echo 'packer' | sudo -S -E shutdown -P now",
"memory": "{{user `memory`}}",
"cpus": "{{user `cpu`}}",
"cpus": "{{user `cpus`}}",
"generation": 2,
"enable_secure_boot": false
}