diff options
author | Jonathan Bauer | 2019-10-16 15:15:01 +0200 |
---|---|---|
committer | Jonathan Bauer | 2019-10-16 15:15:01 +0200 |
commit | fc1f639fda0f4255dc8a7195ae0f81a16e1740b9 (patch) | |
tree | ff4515562eaff92d0ec99f3845276848c52071a8 | |
parent | remove old ubuntu templates (diff) | |
download | packer-templates-fc1f639fda0f4255dc8a7195ae0f81a16e1740b9.tar.gz packer-templates-fc1f639fda0f4255dc8a7195ae0f81a16e1740b9.tar.xz packer-templates-fc1f639fda0f4255dc8a7195ae0f81a16e1740b9.zip |
centos-7-x86_64.json: update to 1908
-rw-r--r-- | centos-7-x86_64.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/centos-7-x86_64.json b/centos-7-x86_64.json index 2f0830e..c9fd270 100644 --- a/centos-7-x86_64.json +++ b/centos-7-x86_64.json @@ -1,7 +1,7 @@ { "variables": { - "iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1810.iso", - "iso_checksum_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/sha256sum.txt", + "iso_url": "http://mirror2.hs-esslingen.de/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1908.iso", + "iso_checksum_url": "http://mirror2.hs-esslingen.de/centos/7/isos/x86_64/sha256sum.txt", "iso_checksum_type": "sha256", "vm_name": "centos-7-x86_64", "http_dir": "http", |