add documentation for the bitbucket webhook config
This is a pretty basic and not very clever task to orchestrate r10k deployments. I'd like to add more at some point, but this seems like an ok MVP. #puppethack
Add LSB tags to the webhook init script.
This fixes the error returned when trying to run 'systemctl enable webhook' on Ubuntu 16.04: insserv: warning: script 'K01webhook' missing LSB tags and overrides insserv: warning: script 'webhook' missing LSB tags and overrides update-rc.d: error: webhook Default-Start contains no runlevels, aborting.
Merge pull request #405 from dickp/webhook-init
Add LSB tags to the webhook init script.
Implement locking for mcollective r10k to avoid multiple instances ru…
…nning in parallel
Merge pull request #407 from treydock/mco-restart
Restart mcollective if any of the managed files change
Merge pull request #406 from treydock/mco-r10k-lock
Implement locking for mcollective r10k to avoid multiple instances running in parallel
Merge pull request #400 from binford2k/add_deploy_task
Add deploy task
Merge pull request #408 from jeis2497052/master
Propose small spelling changes
Using #to_yaml instead of printing each element
This PR modifies the template for `r10k.yaml` to use the `#to_yaml` method to generate valid YAML data structures from the data passed to the template. Previously, we'd print each element assuming there would be no nested data structures. This PR allows nested data structures to be passed to `git_settings`, `forge_settings`, and `deploy_settings` parameters. DRYing out my code
Merge pull request #410 from danzilio/nested_configs
Using #to_yaml instead of printing each element
Merge pull request #415 from dnlsng/patch-1
Fix metadata for the deploy task
Merge pull request #384 from khaefeli/master
add documentation for bitbucket webhook
Merge pull request #417 from bastelfreak/puppetversion
bump puppet to latest supported version 4.10.0