Sha256: 9b77819375c6a6340c3aaf88789e5227ced5aa0aacc43950b4fcc3ce32eb59a4
Contents?: true
Size: 928 Bytes
Versions: 21
Compression:
Stored size: 928 Bytes
Contents
Plugin Name =========== This plugin interfaces with the irccat IRC bot (https://github.com/RJ/irccat) Gem Requirements ---------------- This plugin has no gem requirements.` Hooks ----- - `after_promote` Configuration ------------- ```yaml plugins: irccat: server: irc.example.com port: 54 channels: - #chef - #knife gist: "/usr/bin/gist" template: upload: "foo bar! #REDCHEF:#NORMAL %{organization}%{current_user} uploaded #GREEN%{cookbooks}#NORMAL" ``` #### server The url of the IRC server. - Type: `String` #### port The port of the IRC server. - Type: `String` #### channels The channels to post to. - Type: `Array` #### gist Optional path to gist binary installed by https://rubygems.org/gems/gist - Type: `String` ### template Optional irccat message template if you want to change the formatting of irccat alerts. Supports overriding alerts for upload and promote
Version data entries
21 entries across 21 versions & 2 rubygems