Fix typo and update ubuntu image version

The old url is no longer available, user `cpu should be `cpus
This commit is contained in:
Dexter Lakin 2019-05-24 16:22:13 +01:00 committed by GitHub
parent f031c95142
commit 873db48391
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", "cpus": "2",
"memory": "1024", "memory": "1024",
"disk_size": "21440", "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_type": "sha1",
"iso_checksum": "DE5EE8665048F009577763EFBF4A6F0558833E59" "iso_checksum": "056b7c15efc15bbbf40bf1a9ff1a3531fcbf70a2"
}, },
"builders": [ "builders": [
{ {
@ -927,7 +927,7 @@ virtual switch with an `External` connection type.
], ],
"shutdown_command": "echo 'packer' | sudo -S -E shutdown -P now", "shutdown_command": "echo 'packer' | sudo -S -E shutdown -P now",
"memory": "{{user `memory`}}", "memory": "{{user `memory`}}",
"cpus": "{{user `cpu`}}", "cpus": "{{user `cpus`}}",
"generation": 2, "generation": 2,
"enable_secure_boot": false "enable_secure_boot": false
} }