Skip to content

Instantly share code, notes, and snippets.

@frozenfoxx
Created December 1, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frozenfoxx/f41d086666feb51fdd3a to your computer and use it in GitHub Desktop.
Save frozenfoxx/f41d086666feb51fdd3a to your computer and use it in GitHub Desktop.
hiera example for evenup-hubot
---
hubot::adapter: "hipchat"
hubot::build_deps: ["libxml2-devel", "gcc-c++"]
env_export:
- HUBOT_LOG_LEVEL: 'DEBUG'
- HUBOT_HIPCHAT_ROOMS: 'xmpp_room1@conf.hipchat.com,xmpp_room2@conf.hipchat.com'
- HUBOT_HIPCHAT_JID: 'hubot_jid@chat.hipchat.com'
- HUBOT_HIPCHAT_PASSWORD: 'hubot_pass'
hubot::dependencies:
- hubot: ">= 2.6.0 < 3.0.0"
- hubot-scripts: ">= 2.5.0 < 3.0.0"
- hubot-hipchat: "~2.5.1-5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment