From c13806ffcf162601a50167f25114955d25bf50e8 Mon Sep 17 00:00:00 2001 From: Raghu Raja Date: Thu, 11 Jan 2018 05:44:37 +0000 Subject: [PATCH] Updating CentOS 7 base AMI. A rerun of packer_centos7 was required after the grub fixes to the packer scripts to ensure the CentOS 7 path was unaffected. Signed-off-by: Raghu Raja --- packer_centos7.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer_centos7.json b/packer_centos7.json index fd67af785..67e8c7fe6 100644 --- a/packer_centos7.json +++ b/packer_centos7.json @@ -17,7 +17,7 @@ { "type" : "amazon-ebs", "region" : "us-east-1", - "source_ami" : "ami-8f752cf5", + "source_ami" : "ami-06fea57c", "ami_regions" : "{{user `build_for`}}", "ami_groups" : "{{user `ami_perms`}}", "instance_type" : "{{user `instance_type`}}",