Merge pull request #569 from bastelfreak/puppet-lint-top_scope_facts-…
…check puppet-lint: fix top_scope_facts warnings
Merge pull request #570 from voxpupuli/modulesync
modulesync 4.2.0
Merge pull request #571 from voxpupuli/modulesync
modulesync 5.0.0
Merge pull request #572 from voxpupuli/mcollective_policy_support
Allow defining mcollective policies on the r10k agent
Fix mco r10k deploy command in docs to match actual behaviour
The `mco r10k` application takes the next arg following the `deploy` action as the environment name to be updated. The example command in the README prefixes the environment name with the `environment` keyword, which causes r10k to be invoked as ```bash r10k deploy environment environment -p ``` instead of the expected environment name. Since the `environment` environment likely does not exist, this renders the `mco r10k deploy` command a noop. Fixes #573
Merge pull request #574 from voxpupuli/mco_doc_fix
Fix mco r10k deploy command in docs to match actual behaviour
Arch Linux: Disable acceptance tests for webhook
This module currently doesn't support the webhook on Arch Linux, so we do not neet to run the tests on it.
Merge pull request #576 from bastelfreak/gentoo
Add Gentoo support
Merge pull request #577 from bastelfreak/arch2
Arch Linux: Disable acceptance tests for webhook
Merge pull request #508 from DLeich/webhook_curl_prefixes
Add additional curl example for environment prefixes