Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.37 KB

puppet-module-oxidized

Puppet Forge Build 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 waveclaw/subscription_manager for Red Hat 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/