puppetlabs / puppet-agent

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

Update core modules #2503

Closed mhashizume closed 6 months ago

mhashizume commented 7 months ago

This commit updates all core modules. The notable changes from these new modules are mainly:

mhashizume commented 7 months ago

This PR should be backported after merge.

github-actions[bot] commented 6 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-2503-to-7.x origin/7.x
cd .worktree/backport-2503-to-7.x
git checkout -b backport-2503-to-7.x
ancref=$(git merge-base be75906834eb4aa8fd00d4cb7e423a4bd9d150e7 d5cca1aa222ca316af870ce9d8d474b69f5d1c37)
git cherry-pick -x $ancref..d5cca1aa222ca316af870ce9d8d474b69f5d1c37