puppet-r10k
puppet-r10k copied to clipboard
Setup and configure r10k for use with git based environments in puppet
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.23 - Ruby: 2.7 - Distribution: rhel - Module version: 11.0.1 ## How to reproduce (e.g Puppet code you use)...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.26.0 - Ruby: 2.7.8p225 (puppet embedded) - Distribution: Ubuntu 20.04/22.04 - Module version: v11.0.1 ## How to reproduce (e.g Puppet...
#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues
I would like to receive comments on my ideas on how to refactor this module: 1. replace params class with hiera data 2. re-enable the old webhook (this allows people...
#### Pull Request (PR) description TL;DR This PR fixes the defaults in params.pp for the webhook, adds a dependency to fix a first-run failure, adds a spec test for the...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 7.21.0 - Ruby: ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5) [x86_64-linux] - Distribution: Red Hat Enterprise Linux release 8.7 (Ootpa) - Module...
I want to change the `default_branch` r10k setting in the webhook config. Because the class parameter is a hash, I have to provide a complete hash when calling the class,...
#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues