Forge Home

slackin

Manages Slackin service

7,858 downloads

6,979 latest version

4.6 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

  • 0.1.4 (latest)
  • 0.1.3
  • 0.1.2
  • 0.1.1
  • 0.1.0
released Apr 12th 2016
This version is compatible with:
  • ,

Start using this module

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

Add this module to your Puppetfile:

mod 'jme-slackin', '0.1.4'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add jme-slackin
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install jme-slackin --version 0.1.4

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

jme/slackin — version 0.1.4 Apr 12th 2016

slackin

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 slackin
  4. Limitations - OS compatibility, etc.

Overview

This is a module for running slackin. It defines a resource that allows you to run multiple slackin instances at a time.

You'll need to provide your own nodejs package and install slackin to '/opt/slackin'.

This module is currently only tested on EL7.

Setup

What slackin affects

It adds:

  • One user per instance
  • One script in /usr/local/bin/ per instance
  • /etc/systemd/system/slackin@.service
  • One instantiation of the above systemd service per instance

Setup Requirements

  • Nodejs
  • slackin installed to /opt/slackin/bin/slackin

Limitations

  • Requires systemd
  • Only tested on EL7