- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with redhat_facts
- 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
A basic module to push custom facts out to whatever this nodes are classified with redhat_facts. It's called redhat_facts because it's only been tested on RHEL systems.
pushes out all facts in lib/facter. Initally just SSH AllowGroups and Tripwire status. Fork this repo and adding your own facts are simple! I used this for two internal projects but this is basically a shell of a module to implement custom facts.
classify a node with redhat_facts
Will add any facter to factor and report them to the puppet master
N/A
install the module in MODULEPATH
Does not currently use parameters. classify with redhat_facts to turn them on.
Tested on RHEL 5/6/7
Since your module is awesome, other users will want to play with it. Let them know what the ground rules for contributing are.
Author: Matt Hermanson