Version information
released Oct 30th 2015
Start using this module
Add this module to your Puppetfile:
mod 'gerapeldoorn-rhsm', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
gerapeldoorn/rhsm — version 0.2.0 Oct 30th 2015
rhsm
Table of Contents
- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with rhsm
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- 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 :)