Skip to content

treydock/puppet-module-oxidized

Repository files navigation

puppet-module-oxidized

Puppet Forge CI Status

Table of Contents

  1. Description
  2. Setup - The basics of getting started with oxidized
  3. Usage - Configuration options and additional functionality
  4. Reference - Module reference

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,
  }
}

Reference

http://treydock.github.io/puppet-module-oxidized/