Merge pull request #336 from voxpupuli/modulesync
modulesync 0.20.0
Remove support for Puppet 3 and Ruby <2.0.0
Bump version to 5.0.0-rc0 Update associated readme information
Merge pull request #321 from voxpupuli/puppet4
Remove support for Puppet 3 and Ruby <2.0.0
Merge pull request #338 from voxpupuli/readme_tweaks
Cleanup webhook use case notes; specifically PE/FOSS split.
Ensure webhook run folder exists on redhat systemd environments
On RHEL7, the /run directory is now used as a temporary file storage system (tmpfs), meaning that files there are lost after reboots. This parameter ensures that the folder is properly created when the service starts.
Merge pull request #283 from luisfdez/fix/rhel7-systemd
Ensure webhook run folder exists on redhat systemd environments
replace all validate functions with datatypes
I had to bump stdlib to 4.13.1 to get the types from it
Merge pull request #341 from bastelfreak/puppet4
replace all validate functions with datatypes
[342] Update r10k::config to properly pull defaults from r10k::params…
… when called directly. Refactor rspec tests to better test the config class and only provide mandatory class params.
[342] When using puppet4, many settings in r10k::params are now the s…
…ame for FOSS and PE. Adjust the defaults to reflect this.
fix for issue: #342 - r10k.yaml placement is incorrect
Merge pull request #343 from voxpupuli/yamllocation
Update yaml location for >PE3
Merge pull request #345 from Kotty666/master
fix for issue: #342 - r10k.yaml placement is incorrect