shinesolutions / puppet-aem-curator

Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components
Apache License 2.0
4 stars 20 forks source link

Upgrade code to work with Puppet 7.9.0 #247

Closed ovlords closed 2 years ago

ovlords commented 2 years ago

Currently, puppet-aem-curator works with Puppet 5.5.22 (ruby 2.4.10p364). We would like to upgrade/refactor code to work with Puppet 7.9.0 (ruby 2.7.3p183).

Main rationale is the the Base AMI in infra-catalog is now using Puppet 7.9.0, hence to use the Base AMI for AEM, puppet-aem-curator has to support Puppet 7.9.0.

ovlords commented 2 years ago

Please note the following branches contain code that has been completed or are "work in progress" in relation to this issue.

packer-aem https://github.com/shinesolutions/packer-aem/tree/%23247_Upgrade_Puppet_790 Status: Code was tested and working as expected.

puppet-aem-curator https://github.com/shinesolutions/puppet-aem-curator/tree/%23247_Upgrade_Puppet_790 Status: Code was tested and working as expected.