- 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.
To install oxidized and get a default config:
include ::oxidized
To define a config:
class { '::oxidized':
config => {
'rest' => false,
}
}