Skip to content

Commit

Permalink
Fix the missing license inclusion rpm (#440)
Browse files Browse the repository at this point in the history
Signed-off-by: Sasikanth Eda <sasikanth.eda@in.ibm.com>
  • Loading branch information
sasikeda authored Oct 10, 2023
1 parent 68d3428 commit 5858fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packer_templates/aws/build.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ build {
"sudo sh -c \"echo 'gpgcheck=1' >> /etc/yum.repos.d/scale.repo\"",
"sudo sh -c \"echo 'gpgkey=http://\"${var.package_repository}\".s3-website.\"${var.vpc_region}\".amazonaws.com/\"${var.scale_version}\"/Public_Keys/Storage_Scale_public_key.pgp' >> /etc/yum.repos.d/scale.repo\"",
"fi",
"sudo dnf install -y gpfs.base gpfs.docs gpfs.msg.en* gpfs.compression gpfs.ext gpfs.gpl gpfs.gskit gpfs.gui gpfs.java gpfs.gss.pmcollector gpfs.gss.pmsensors gpfs.afm.cos gpfs.compression",
"sudo dnf install -y gpfs.base gpfs.docs gpfs.msg.en* gpfs.compression gpfs.ext gpfs.gpl gpfs.gskit gpfs.gui gpfs.java gpfs.gss.pmcollector gpfs.gss.pmsensors gpfs.afm.cos gpfs.compression gpfs.license*",
"if sudo dnf search gpfs.adv | grep -q \"gpfs.adv\"",
"then",
"sudo dnf install -y gpfs.adv",
Expand Down

0 comments on commit 5858fd0

Please sign in to comment.