shinesolutions / packer-aem

Adobe Experience Manager (AEM) machine images builder using Packer
Apache License 2.0
20 stars 20 forks source link

[AMZ2] AMI baking failing due to collectd installation #268

Closed mbloch1986 closed 2 years ago

mbloch1986 commented 2 years ago

Describe the bug The AMI baking is failing for Amazon Linux 2 during the installation of collectd.

    aws: Error: /Stage[main]/Collectd::Plugin::Python/Package[collectd-python]/ensure: change from 'purged' to 'latest' failed: Could not update: Execution of '/bin/yum -e 0 -y install collectd-python' returned 1: Loaded plugins: extras_suggestions, langpacks, priorities, update-motd

    aws: No package collectd-python available.

It's probably best to disable the installation of the collectd-python package.

To Reproduce Steps to reproduce the behavior: Bake AMI with AMZ2 as source AMI

Expected behavior It should pass the installation

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information if relevant):

Additional context Add any other context about the problem here.

mbloch1986 commented 2 years ago

Fix included in 5.19.0