puppet-module-oxidized
Table of Contents
Description
This module will manage oxidized
Setup
What oxidized affects
This module will install the oxidize gems and manage the oxidize configs. The gems are installed into SCL Ruby for RedHat based systems.
Setup Requirements
This module has a soft dependency on puppet/rhsm for Red Hat 7 systems in order to enable the SCL repository.
Usage
To install oxidized and get a default config:
include ::oxidized
To define a config:
class { '::oxidized':
config => {
'rest' => false,
}
}