Forge Home

hipchatclient

Puppet module installing the hipchat client on linux

8,645 downloads

7,718 latest version

4.4 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 1.0.1 (latest)
  • 0.1.0
released May 2nd 2016
This version is compatible with:
  • Puppet Enterprise >=3.0.0
  • Puppet >=3.0.0
  • Ubuntu

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'dschaaff-hipchatclient', '1.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add dschaaff-hipchatclient
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install dschaaff-hipchatclient --version 1.0.1

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

dschaaff/hipchatclient — version 1.0.1 May 2nd 2016

hipchatclient

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Setup - The basics of getting started with hipchatclient
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

This module installs the hipchat4 client on Ubuntu Linux.

Module Description

This module installs adds the repo for hipchat4 and installs the client on Ubuntu.

Setup

Setup Requirements

Simply include the class to manage the repo and intall hipchat4.

include hipchatclient

Beginning with hipchatclient

Manage repo defaults to true. If you set it to false you need to manage addingthe source list outside of this module.

class {'hipchatclient':
  manage_repo => false,
}

Reference

Classes

Public Classes

  • hipchatclient

Private Classes

  • hipchatclient::repo

Class: hipchatclient

Install the hipchat client.

Parameters

  • manage_repo: determines whether the module manages the apt source list hipchat
    • Default: true

Limitations

This only supports Ubuntu and has only been tested on Ubuntu 14.04.

Development

I welcome all contributions and appreciate pull requests.