Forge Home

puppetdb_rundeck

Module that installs and manages the puppetdb_rundeck gem to provide a puppetdb resource for rundecks

82,378 downloads

82,378 latest version

5.0 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.0 (latest)
released Oct 10th 2014
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 'opentable-puppetdb_rundeck', '1.0.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add opentable-puppetdb_rundeck
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install opentable-puppetdb_rundeck --version 1.0.0

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

opentable/puppetdb_rundeck — version 1.0.0 Oct 10th 2014

puppetdb-rundeck

####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 puppetdb_rundeck
  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 is a puppet module that will manage and install the puppetdb_rundeck puppetdb_rundeck ruby gem

Build Status

##Module Description

This module installs the puppetdb_rundeck ruby gem. This gem is a small application that provides an api for puppetdb that can be used as a URL resource in rundeck.

##Setup

###What puppetdb_rundeck affects

  • The installation of the puppetdb_rundeck ruby gem
  • Creates a service to manage the application installed by this gem

###Beginning with puppetdb_rundeck

To install puppetdb_rundeck:

  puppetdb_rundeck { 'puppetdb_rundeck':
    version => '0.1.0'
  }

To install puppetdb_rundeck on a different port:

  puppetdb_rundeck { 'puppetdb_rundeck':
    version => '0.1.0',
    port    => '9090'
  }

To install puppetdb_rundeck on a system with an external host:

  puppetdb_rundeck { 'puppetdb_rundeck':
    version => '0.1.0',
    puppetdb_host => 'anotherhost.somedomain.com',
    puppetdb_post => '8081'
  }

##Usage

###Classes and Defined Types

####Class: puppetdb_rundeck The puppetdb_rundeck class is the root class to manage the installation of the puppetdb_rundeck gem and service

##Reference

###Classes ####Public Classes

####Private Classes

  • [puppetdb_rundeck::install] Manages the installation of the puppetdb_rundeck gem
  • [puppetbd_rundeck::service] Manages the puppetdb_rundeck service

##Limitations

This module is tested on the following platforms:

  • CentOS 5
  • CentOS 6
  • Ubuntu 12.04
  • Ubuntu 14.04

It is tested with the OSS version of Puppet only.

##Development

###Contributing

Please read CONTRIBUTING.md for full details on contributing to this project.