Skip to content

otto-de-legacy/puppet-forge_server

This branch is 13 commits behind kindredgroup/puppet-forge_server:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Dennis Pattmann
Apr 27, 2017
015fb16 · Apr 27, 2017

History

48 Commits
Apr 27, 2017
Apr 27, 2017
Apr 27, 2017
Nov 26, 2014
Nov 24, 2014
Nov 24, 2014
Nov 24, 2014
Nov 24, 2014
Nov 25, 2014
Nov 24, 2014
Mar 1, 2016
Apr 25, 2017
Mar 17, 2017
Nov 25, 2014
Nov 24, 2014
Jul 15, 2015
Jul 15, 2015
Apr 27, 2017

Repository files navigation

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

Usage

To install puppet-forge-server:

class { '::forge_server': }

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

About

A Puppet module for managing Puppet Forge Server

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 37.2%
  • Ruby 29.5%
  • HTML 17.4%
  • Shell 15.9%