This change adds support for a github_secret to be added to the webhook config allowing the secret to be used when calling the hook from GitHub. This is the preferred way for securing hooks from GitHub.
Update the documentation to show how to use the github_secret value.
Prior to this commit, we did not have any puppet code for removing the webhook. This is the intial commit for removing via and ensure param.
Add support to ensure => false on mcollective class
Prior to commit mco agent,application and ddl had to be manually deleted . This commit add support for a new param that ensures => absent on the files in question.
This change adds the spec test for the updated github_secret config value for the webhook.
This change adds an acceptance test for the webhook configured with github secret value
Merge branch 'master' into add_github_signature
Merge pull request #264 from mmckinst/fix_images
fix mcollective image
Fix Ruby 1.8.7 issue with Spec
Merge pull request #262 from immuta/add_github_signature
Add GitHub signature
Add support to overwrite webhook config file permissions
Fix TravisCI Job for latest rake (not supporting ruby < 1.9.3)
Merge pull request #278 from elconas/feature_fix_r10k_webhook_permiss…
…ions_rebase3 Add support for custom permissions and ownership of webhooks.yaml
Use correct SPDX identifier for license
Without this patch, the metadata.json would not properly lint.
Merge pull request #274 from jessereynolds/master
add curl example to readme
Fixes this message `Warning: The key 'certpath' is declared more than once`
I revised your example `config_version.sh` a bit. The major change is that I shortened the result of the SHA code to the first 10 characters. A complete SHA is like 40 characters. I like the cleaner output and thought others would too. The rest of the changes are simply setting variables at the top of the file for easier configurability/readability
Add $root_group, $root_user to params, define it based on OS
Add those parameters to init.pp as well, to let the user override it if necessary. Further use $::r10k::root_user, $::r10k::root_group all over the place instead of the hardcoded names.
Merge pull request #295 from andrewwippler/andrewwippler-patch-1
Fixes Puppet 4 path for webhook
Merge pull request #287 from seanscottking/patch-1
Duplicate certpath key
Merge pull request #291 from seanscottking/patch-2
Update config_version.sh
Merge pull request #279 from buzzdeee/master
unbreak on OS where root group != 'root'
First modulesync after migration Badge and location updates Remove tracked file in .gitignore
Merge pull request #296 from voxpupuli/modulesync
First modulesync after migration
I left a few references to acidprime/r10k during the modulesync.
Merge pull request #299 from voxpupuli/4.0.0rel
Release candidate for v4.0.0
Merge pull request #301 from voxpupuli/changelog
Rename CHANGELOG.md
Merge pull request #302 from voxpupuli/travis_release
Reformat release header for 4.0.0