Skip to content

code-management/errbot

Repository files navigation

Build Status

** There be dragons. ** This module is still under active development, and to be considered incomplete at this time. Documentation may be out of date, or completely wrong. It's entirely possible that it might steal your car and sell it to the mafia.

Table of Contents

  1. Overview
  2. Module Description - What the module does and why it is useful
  3. Usage
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Dependencies
  7. Contributors

Overview

Puppet module to deploy and manage an errbot instance.

Module Description

Usage

    include errbot

    class { 'errbot::config':
        backend         => 'Slack',
        bot_admins      => ['@scary_admin'],
        bot_credentials => {
            token => 'xosbb--dummy_token123456',   
        }
    }

Reference

Classes

Public Classes

Parameters

The following parameters are available in errbot:

Private Classes

Types

Limitations

  • Cannot currently managing errbot plugins

Dependencies

errbot module depends on the following

Contributors

List of contributors can be found at: https://github.com/code-management/errbot/graphs/contributors

This project is under the Apache v2 License.