forge_server

A Puppet module to manage puppet-forge-server

2,246 downloads

2,001 latest version

5.0 quality score

Version information

  • 0.5.3 (latest)
  • 0.5.2 (deleted)
  • 0.5.1 (deleted)
released Aug 6th 2020
This version is compatible with:
  • RedHat
    ,
    Ubuntu
    ,
    SLES

Start using this module

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

Add this module to your Puppetfile:

mod 'parshipelite-forge_server', '0.5.3'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add parshipelite-forge_server
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install parshipelite-forge_server --version 0.5.3

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

parshipelite/forge_server — version 0.5.3 Aug 6th 2020

forge_server

Build Status Puppet Forge Puppet Forge

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 forge_server
  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

Manages Puppet Forge Server, a service for hosting a private puppet forge. It aims to support both the forge v1 and v3 api, cache directories and exposing modules from multiple paths. It installs as a ruby gem and requires ruby >=1.9.3

Module Description

This module installs the puppet-forge-server gem and runs the service as a daemon. All configurable parameters can be tweaked from this module.

Setup

What forge_server affects

  • Unprivileged forge user to run the daemon
  • Gem installation either in system ruby, Puppet ruby or specific SCL
  • Manages the puppet-forge-server service

Setup Requirements

If installing in system ruby it must be at least version 1.9.3

Beginning with forge_server

Install the module:

puppet module install parshipelite-forge_server

Usage

To install puppet-forge-server:

class { '::forge_server': }

To install using Puppet ruby:

class { '::forge_server':
  provider => 'puppet_gem',
}

Reference

The only "public" class is forge_server. See rdoc for usage.

Limitations

SCL won't work on non-EL distributions.

Development

Fork it and create a pull request