puppet-gitlab
puppet-gitlab copied to clipboard
feature/package_hold
Pull Request (PR) description
Introducing the package_holdparameter
The package_hold parameter allows you to hold the package version in the APT package manager. This is useful when you intend to update the host with 'apt upgrade' (or the bolt task apt action=upgrade from puppetlabs-apt) and keep your gitlab instance at the intended version. This prevents unintended upgrading gitlab and perhaps skipping important upgrade path steps.
@bastelfreak Thanks for considering my PR.
Thanks for the PR! Can you please add a unit test for the change?
And Voila! Got done in a bit by the style, but it includes the test describes it quite nicely.
Thanks again for considering my PR :-)
thanks for the work!