puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

Rename Amazon 7 to 2 #2532

Closed joshcooper closed 4 months ago

joshcooper commented 4 months ago

Amazon 7 is an implementation detail, the actual OS is named Amazon 2

Blocked on https://github.com/puppetlabs/pxp-agent-vanagon/pull/121

This will need to be backported to 7.x

github-actions[bot] commented 4 months ago

Backport failed for 7.x, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally.

git fetch origin 7.x
git worktree add -d .worktree/backport-2532-to-7.x origin/7.x
cd .worktree/backport-2532-to-7.x
git checkout -b backport-2532-to-7.x
ancref=$(git merge-base a16e281382ecd070ecddaaba9d1ed3060741d031 8c4b5b644510402e8441468fde3868f6c080a310)
git cherry-pick -x $ancref..8c4b5b644510402e8441468fde3868f6c080a310
mhashizume commented 4 months ago

Manually backported this: https://github.com/puppetlabs/puppet-agent/pull/2534