summaryrefslogtreecommitdiffstats
path: root/centos-7.4-x86_64.json
diff options
context:
space:
mode:
authorManuel Messner2018-02-07 12:56:17 +0100
committerJonathan Bauer2018-02-08 12:09:55 +0100
commit0ffcad604eb44a7c18923f21c734f4158f0a9ac6 (patch)
treeefdde0287eea639e9d1672cdc0850e34bc9a1334 /centos-7.4-x86_64.json
parenthttp: centos-7.4: anaconda-ks.cfg: add update to %post section (diff)
downloadpacker-templates-0ffcad604eb44a7c18923f21c734f4158f0a9ac6.tar.gz
packer-templates-0ffcad604eb44a7c18923f21c734f4158f0a9ac6.tar.xz
packer-templates-0ffcad604eb44a7c18923f21c734f4158f0a9ac6.zip
centos-7.4-x86_64.json: change kickstart file to 7.4
Packer did still use the 7.3 version of the kickstart file for the 7.4 image because nothing important has changed. We did a few changes now, so it's time to move.
Diffstat (limited to 'centos-7.4-x86_64.json')
-rw-r--r--centos-7.4-x86_64.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/centos-7.4-x86_64.json b/centos-7.4-x86_64.json
index b4933b8..21e3c99 100644
--- a/centos-7.4-x86_64.json
+++ b/centos-7.4-x86_64.json
@@ -5,7 +5,7 @@
"iso_checksum_type": "sha256",
"vm_name": "centos-7.4-x86_64",
"http_dir": "http",
- "kickstart_path": "centos-7.3/anaconda-ks.cfg",
+ "kickstart_path": "centos-7.4/anaconda-ks.cfg",
"shutdown_command": "systemctl poweroff",
"ssh_password": "{{ env `ROOTPW` }}"
},