summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-08-23 13:41:31 +0200
committerJonathan Bauer2018-08-23 14:14:16 +0200
commit736eb7799381d4b85f341effc088e91829d2c6e1 (patch)
tree9703ff517b1786f5a321557cf301b884fab92c6a
parentsplit directories for ansible roles (diff)
downloadpacker-templates-736eb7799381d4b85f341effc088e91829d2c6e1.tar.gz
packer-templates-736eb7799381d4b85f341effc088e91829d2c6e1.tar.xz
packer-templates-736eb7799381d4b85f341effc088e91829d2c6e1.zip
[centos] renamed centos-7.4 to centos-7
-rw-r--r--centos-7-x86_64.json (renamed from centos-7.4-x86_64.json)4
1 files changed, 2 insertions, 2 deletions
diff --git a/centos-7.4-x86_64.json b/centos-7-x86_64.json
index 0cd8b23..644f529 100644
--- a/centos-7.4-x86_64.json
+++ b/centos-7-x86_64.json
@@ -3,9 +3,9 @@
"iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1804.iso",
"iso_checksum_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/sha256sum.txt",
"iso_checksum_type": "sha256",
- "vm_name": "centos-7.4-x86_64",
+ "vm_name": "centos-7-x86_64",
"http_dir": "http",
- "kickstart_path": "centos-7.4/anaconda-ks.cfg",
+ "kickstart_path": "centos-7/anaconda-ks.cfg",
"shutdown_command": "systemctl poweroff",
"ssh_password": "{{ env `ROOTPW` }}"
},