cirrax-r10k


Keywords
puppet, r10k
License
GPL-3.0
Install
puppet module install cirrax-r10k --version 1.0.3

Documentation

r10k puppet module

Build Status Puppet Forge Puppet Forge Puppet Forge Puppet Forge

Table of Contents

  1. Overview
  2. Usage
  3. Reference
  4. Contribuiting

Overview

This module is used to configure r10k.

Usage

To use r10k you invoke the main r10k class on your puppet server.

class{'r10k':}

If you want to use the gitolite hook to automatically update the puppet environments on new commits, invoke the r10k::gitolite_hooks class on the git server and make the authorize the gitolite ssh key to run the r10k scripts.

class{'r10k::gitolite_hooks':}

Reference

Find documentation about possible parameters on top of each manifest.

classes

r10k

The main class to use on the puppet server

r10k::authorized_key

Define an authorized key on the server

r10k::user

This class creates an r10k user with ssh keys etc.

r10k::gitolite_hooks

Class to install hooks on a gitolite server to trigger r10k updates.

Adaptions to other git servers are verry welcome.

r10k::ssh_key

Generate an SSH authentication key for r10k to fetch git repositories.

defined types

none

Contributing

Please report bugs and feature request using GitHub issue tracker.

For pull requests, it is very much appreciated to check your Puppet manifest with puppet-lint and the available spec tests in order to follow the recommended Puppet style guidelines from the Puppet Labs style guide.

Authors

This module is mainly written by Cirrax GmbH.

See the list of contributors for a list of all contributors.