- Overview
- Module Description - What the module does and why it is useful
- Setup - The basics of getting started with simp_options
- 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 provides variables needed by one or more SIMP module.
This module is a component of the System Integrity Management Platform, a compliance-management framework built on Puppet.
Most SIMP modules actively take advantage of this module when used within the SIMP ecosystem.
THIS MODULE IS ONLY DATA AND WILL NOT CHANGE YOUR SYSTEM
The simp_options
module primarily provides variables that are
- Enablers of capabilities provided or used by SIMP modules.
- Data that describes the configuration of a site.
- The scope of the data is larger than the scope of a single module.
0..n
unrelated profiles might make use of this data.
Some of these variables support SIMP's security compliance reporting.
The variables provided by simp_options
are used by SIMP modules to
enable and/or configure capabilities.
simp_options
is configured for you when you run simp config
on your SIMP
system. Otherwise, setup is simple: include the class as the first class in your
site.pp
and select the desired capabilities through Hiera or your ENC.
NOTE
The environments/simp/hieradata/simp_defs.yaml
file delivered with the
simp puppet module is an example file that can be used to create the
appropriate hieradata for your site.
See REFERENCE.md
This module is applicable to SIMP systems or systems containing SIMP components.
Please read our Contribution Guide.