Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

KrisBuytaert/puppet-pulp

Repository files navigation

Build Status

Pulp is a platform for managing repositories of content, such as software packages, and pushing that content out to large numbers of consumers.

This puppet module is for installing and configuring it.

Usage

Installing Pulp Server Version 1

default:

include pulp

Installing Pulp Version 2

pulp server:

class { 'pulp':
    pulp_version => '2',
    pulp_server  => true
}

pulp client:

class { 'pulp':
    pulp_version => '2',
    pulp_client  => true
}

pulp server with admin client and yum repository enabled:

class { 'pulp':
    pulp_version => '2',
    pulp_server  => true,
    pulp_admin   => true,
    repo_enabled => true
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published