- Description
- Setup - The basics of getting started with oxidized
- Usage - Configuration options and additional functionality
- Reference - Module reference
This module will manage oxidized
This module will install the oxidize gems and manage the oxidize configs. The gems are installed into SCL Ruby for RedHat based systems.
This module has a soft dependency on waveclaw/subscription_manager for Red Hat systems in order to enable the SCL repository.
To install oxidized and get a default config:
include ::oxidized
To define a config:
class { '::oxidized':
config => {
'rest' => false,
}
}