Sha256: 75ec1812f9b2d39ac3b23ab533fc55956a3f40b6d2affa059e677d024bd9f018
Contents?: true
Size: 662 Bytes
Versions: 1
Compression:
Stored size: 662 Bytes
Contents
* Install : gem install chef-irc-snitch * Usage ** Configure Chef to Use The Handler Append the following to your Chef client configs ('/etc/chef/client.rb') : # Notify admins via IRC when a Chef run fails : require 'chef-irc-snitch' : : irc_uri = "irc://nick:password@irc.domain.com:6667/#admins" : github_user = "foobar" : github_token = "asKkwqofovX3shBmtMf8EWhDzSr7ouUb" : enable_ssl = true : : irc_handler = IRCSnitch.new(irc_uri, github_user, github_token, enable_ssl) : exception_handlers << irc_handler * License Chef-IRC-Snitch is released under the [[https://github.com/portertech/chef-irc-snitch/blob/master/MIT-LICENSE.txt][MIT license]].
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chef-irc-snitch-0.0.9 | README.org |