Skip to content

Commit

Permalink
Updating CentOS 7 base AMI.
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rajachan committed Jan 11, 2018
1 parent d8a29bc commit c13806f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer_centos7.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`}}",
Expand Down

0 comments on commit c13806f

Please sign in to comment.