Project

General

Profile

« Previous | Next » 

Revision 243628df

Added by Timo Goebel about 7 years ago

fix readme

View differences:

README.md
[![Puppet Forge](http://img.shields.io/puppetforge/v/katello/pulp.svg)](https://forge.puppetlabs.com/katello/pulp)
[![Build Status](https://travis-ci.org/Katello/puppet-pulp.svg?branch=master)](https://travis-ci.org/Katello/puppet-pulp)
####Table of Contents
#### Table of Contents
1. [Overview](#overview)
2. [Setup - The basics of getting started with pulp](#setup)
......
5. [Limitations - OS compatibility, etc.](#limitations)
6. [Development - Guide for contributing to the module](#development)
##Overview
## Overview
This module is designed to setup a Pulp master or node.
##Setup
## Setup
###What pulp affects
### What pulp affects
* Installs and configures a Pulp master or node
###Beginning with pulp
### Beginning with pulp
The very basic steps needed for a user to get the module up and running.
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
## Usage
##Reference
## Reference
##Limitations
## Limitations
* EL6,7 (RHEL6,7 / CentOS 6,7)
* Requires Pulp 2.7.0 or higher.
* Database authentication parameters are ignored when running MongoDB older than 2.6
##Pulp consumer
## Pulp consumer
###Installation:
### Installation
include pulp::consumer
###Register consumer:
### Register consumer
The provider doesn't support yet updating notes or description.
pulp_register{$::fqdn:
......
pass => 'admin'
}
##Pulp providers
## Pulp providers
### RPM provider
......
# force schedules to be added after the repos are created
Pulp_rpmrepo <| |> -> Pulp_schedule <| |>
##Development
## Development
See the CONTRIBUTING guide for steps on how to make a change and get it accepted upstream.

Also available in: Unified diff