Skip to content

ac3cloud/puppet-module-oxidized

 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 60.1%
  • Puppet 36.9%
  • HTML 2.8%
  • Shell 0.2%