/puppet-mcelog

Puppet module for managing mcelog

Primary LanguagePuppetMIT LicenseMIT

Puppet mcelog module

This module installs, configures and starts mcelog.

Requirements

Module has been tested on:

  • Puppet 3.8
  • RHEL/CentOS 6,7 and Debian 7,8

Required modules:

Quick Start

Setup

include mcelog

Full configuration options:

class { 'mcelog':
  ensure    => present|absent  # ensure state
  packages  => [...],          # override list of packages to install
  settings  => {...},          # hash of hashes to apply in mcelog.conf
  config_fn => '...'           # absolute path for mcelog.conf
  services  => [...],          # override list of services to start
}

Example:

class { 'mcelog':
  settings => {
    ''     => { 'raw' => 'yes' },  # main section
    'dimm' => { 'dmi-prepopulate' => 'yes' },
  },
}

CERIT Scientific Cloud, support@cerit-sc.cz