Forge Home

kermitrest

Skeleton Module

9,828 downloads

9,828 latest version

3.5 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.0.1 (latest)
released Jan 19th 2014

Start using this module

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

Add this module to your Puppetfile:

mod 'evenup-kermitrest', '0.0.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add evenup-kermitrest
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install evenup-kermitrest --version 0.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

evenup/kermitrest — version 0.0.1 Jan 19th 2014

kermitrest

Build Status

####Table of Contents

  1. Overview
  2. Setup
  3. Operating Systems Support
  4. TODO
  5. Development

##Overview

This is a puppet module to install Kermit.fr's MCO REST server

##Setup

###Resources managed by kermitrest module

  • This module installs the kermit-restmco package
  • Controls the kermit-restmco service
  • Manages the kermit-restmco.cfg file

###Setup Requirements

  • PuppetLabs stdlib module
  • Puppet version >= 2.7.x
  • Facter version >= 1.6.2
  • MCollective

###Beginning with module kermitrest

To install the package provided by the module just include it:

    include kermitrest

The main class arguments can be provided either via Hiera (from Puppet 3.x) or direct parameters:

    class { 'kermitrest':
      parameter => value,
    }

##Operating Systems Support

This is tested on these OS:

  • CentOS 6

TODO

[] Add apache/passenger support

##Development

Pull requests (PR) and bug reports via GitHub are welcomed.

When submitting PR please follow these quidelines:

  • Provide puppet-lint compliant code
  • If possible provide rspec tests
  • Follow the module style and stdmod naming standards

When submitting bug report please include or link:

  • The Puppet code that triggers the error
  • The output of facter on the system where you try it
  • All the relevant error logs
  • Any other information useful to undestand the context