Added /heartbeat url endpoint to webhook
- can be used to ensure server is up for loadbalancers and
HA servers/proxies.Merge pull request #272 from thebaron/heartbeat
Added /heartbeat url endpoint to webhook
Merge pull request #363 from nike38rus/master
Webhook: ability to pass extra arguments to mco
use stdlib puppet facts for configuration
puppetserver doesn't honor puppet.conf vardir settings
Merge pull request #352 from vchepkov/vardir
use stdlib puppet facts for configuration
This code doesn't do anything. rack is a dependency of sinatra which the module is already installing.
Sinatra 2.0.0 was released on the 7th of May 2017. It requires rack ~>
2.0 and *that* requires ruby 2.2. Puppet 4 AIO ships with ruby 2.1, so
pin sinatra to prevent errors like.
```
Error: Execution of '/opt/puppetlabs/puppet/bin/gem install --no-rdoc
--no-ri sinatra' returned 1: ERROR: Error installing sinatra:
rack requires Ruby version >= 2.2.2.
```
Fixes #140Merge pull request #366 from alexjfisher/pin_sinatra
Fix webhook installation by pinning sinatra gem
Defaults to `undef`. When set, slack notifications will be sent via the http proxy given.
Merge pull request #368 from alexjfisher/slack_proxy
Add slack_proxy_url parameter
Merge pull request #370 from voxpupuli/modulesync
modulesync 0.21.1