Forge Home

pypiserver

Puppet module to manage python pypiserver repositories

9,553 downloads

9,359 latest version

3.7 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.1.1 (latest)
  • 0.1.0
released Feb 18th 2015

Start using this module

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

Add this module to your Puppetfile:

mod 'unibet-pypiserver', '0.1.1'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add unibet-pypiserver
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install unibet-pypiserver --version 0.1.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

unibet/pypiserver — version 0.1.1 Feb 18th 2015

pypiserver

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 pypiserver
  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 pypiserver (https://pypi.python.org/pypi/pypiserver), pypiserver is installed via pip into global site-packages and individual instances of pypiserver can be configured to run on the same server.

Module Description

pypiserver is a minimal PyPI compatible server. It can be used to serve a set of packages and eggs to easy_install or pip. This module takes care of installing the required software, adding separate user, managing service(s)

The module aims to be minimal with no hard wired dependencies on specific reverse proxy implementations or other nice things you probably would want to use. That composition is better suited within a profile module.

Setup

What pypiserver affects

  • Default files are handled from /opt/pypi
  • Pypiserver installed into site-packages
  • Creates user and group pypi

Setup Requirements

The module requires provider "pip" to be available. Usually this means installing "python-pip" in RHEL-land.

Beginning with pypiserver

N/A

Usage

Use class pypiserver to install the software and define pypiserver::repository to configure individual repositories.

pypiserver::repository requires class pypiserver and relies on data set its class parameters

Reference

See Rdoc in init.pp and repository.pp

Limitations

Tested on RHEL6, repositories uses upstart scripts.

Development

Pull requests are welcome