Skip to content

Puppet module for registering systems with RedHat.

Notifications You must be signed in to change notification settings

VeriskPuppet/puppet-rhsm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rhsm

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 rhsm
  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

This module registers your systems with Redhat Subscription Management

Setup

Just declare the module with parameters, or load the data from Hiera.

Usage

class { 'rhsm': rh_user => 'myuser', rh_password => 'mypassword', }

Or, with Hiera: (recommended)

include rhsm

Hierafile:

rhsm::rh_user: myuser rhsm::rh_password: mypassword

Limitations

Well, only RedHat is supported :)

About

Puppet module for registering systems with RedHat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 47.4%
  • HTML 28.7%
  • Ruby 23.9%