- 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
This module registers your systems with Redhat Subscription Management
Just declare the module with parameters, or load the data from Hiera.
class { 'rhsm': rh_user => 'myuser', rh_password => 'mypassword', }
Or, with Hiera: (recommended)
include rhsm
rhsm::rh_user: myuser rhsm::rh_password: mypassword
Well, only RedHat is supported :)