Vadym Chepkov
Vadym Chepkov
FYI, module fails to remove previously managed entries, i.e. those that have `Puppet Name:` prefix
Maybe this is the only place where it needs to be fixed? it should have `amazon` prefix here https://github.com/puppetlabs/puppetlabs-puppet_agent/blob/main/manifests/osfamily/redhat.pp#L41-L42
Also, for PE installation this description is incorrect https://github.com/puppetlabs/puppetlabs-puppet_agent/blob/main/manifests/osfamily/redhat.pp#L161
@joshcooper , I posted comments above PE repo starts with 'amazon' whereas module creates 'el-' prefix
@joshcooper , I might not understand your question, I apologize Module generates repo file with the following content: ``` # head /etc/yum.repos.d/pc_repo.repo [pc_repo] name=Puppet Labs puppet7 Repository baseurl=https://puppet.example.com:8140/packages/2021.7.8/el-2023-x86_64 ``` Since...
@joshcooper , @span786, considering that Amazon 2 march also was released, presumably that platform also needs to be fixed
Just `include puppet_agent` on AL nodes managed by PE, nothing special. I will test against HEAD and report back
@joshcooper , I tested on 4 ec2 instances al2/al2023/x86_64/aarch64 - all updated clients to 8.8.1 ``` Notice: /Stage[main]/Puppet_agent::Install/Package[puppet-agent]/ensure: ensure changed '7.32.1-1.amazon2023' to '8.8.1' Notice: Stopping run after puppet-agent upgrade. Run...
Only on upgrades from puppet 7 to puppet 8
Hi. I am not very efficient with tests, I will try to come up with something