andymillar / puppet-pulp

Puppet module for setting Pulp as part of Katello installation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Puppet Forge Build Status ####Table of Contents

  1. Overview
  2. Setup - The basics of getting started with pulp
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module

##Overview

This module is designed to setup a Pulp master or node.

##Setup

###What pulp affects

  • Installs and configures a Pulp master or node

###Beginning with pulp

The very basic steps needed for a user to get the module up and running.

If your most recent release breaks compatibility or requires particular steps for upgrading, you may wish to include an additional section here: Upgrading (For an example, see http://forge.puppetlabs.com/puppetlabs/firewall).

##Usage

##Reference

##Limitations

  • EL6,7 (RHEL6,7 / CentOS 6,7)

##Pulp consumer

###Installation:

include pulp::consumer

###Register consumer: The provider doesn't support yet updating notes or description.

pulp_register{$::fqdn:
	user => 'admin',
	pass => 'admin'
}

##Development

See the CONTRIBUTING guide for steps on how to make a change and get it accepted upstream.

About

Puppet module for setting Pulp as part of Katello installation

License:GNU General Public License v3.0


Languages

Language:Puppet 46.9%Language:HTML 27.0%Language:Ruby 26.0%