hipchat
A simple module for installing Atlassian's HipChat client on Linux
Version information
released Oct 10th 2013
Start using this module
Add this module to your Puppetfile:
mod 'rcoleman-hipchat', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
rcoleman/hipchat — version 0.1.2 Oct 10th 2013
hipchat
This is a simple module for installing Atlassian's HipChat client.
Currently, it just supports Ubuntu but should be trivial to extend by following these instructions provided by Atlassian.
Use it by declaring the hipchat class.
include hipchat
It accepts one parameter, 'manage_repo' which defaults to true. This parameter configures the hipchat apt repository and key via puppetlabs/apt.
Dependencies
- puppetlabs/apt (1.x)