Added bitbucket webhook support for pull request event
Merge pull request #541 from voxpupuli/modulesync
modulesync 3.1.0
Now that CentOS 6 is EOL and is being removed from the mirror network we have no way to test this anymore.
Add support for FreeBSD package provider
Without this change, the FreeBSD package provider 'pkgng' is not a valid option. Including this change allows this module to manage the r10k package from ports on FreeBSD systems.
Merge pull request #546 from xaque208/freebsd
Add support for FreeBSD package provider
Merge pull request #549 from bastelfreak/puppet5
Drop Puppet 5 support; require Puppet 6.1.0 or newer
Merge pull request #548 from treydock/choria
Update r10k mcollective agent to work with Choria
Merge pull request #545 from johanfleury/fix/avoid-deprected-options
fix: avoid using deprecated gem options
webhook config: allow access_log to be nil by using special value "st…
…derr" WEBrick allows for logging to stderr if access_logfile is nil, but with the default for the class parameter set to /var/log/webhook/access.log, it wasn't possible to set access_logfile to nil (undef in Puppet). This commit makes that possible by using the special string "stderr", while also maintaining backward compatibility. Having webhook logging to stderr is useful if you want systemd journal to handle logging instead of having a separate log file.
Merge pull request #540 from magarvo/master
Added bitbucket webhook support for pull request event
Merge pull request #547 from kenyon/allow-webhook-access_logfile-to-b…
…e-nil-for-logging-to-stderr webhook config: allow access_log to be nil by using special value "stderr"
Merge pull request #550 from bastelfreak/puppet7
Enable Puppet 7 support
the puppetlabs/ruby module is deprecated and most people don't use it anyways. This PR makes the dependency optional.
Merge pull request #553 from bastelfreak/ruby
make puppetlabs/ruby optional
Merge pull request #555 from voxpupuli/modulesync
modulesync 4.1.0
Merge pull request #554 from voxpupuli/zipkid-patch-1
Use a more logical example for basedir in the example code.
Merge pull request #558 from bastelfreak/vcsrepo
puppetlabs/vcsrepo: Allow 5.x