Forge Home

mcelog

Install and configure mcelog

10,854 downloads

8,322 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.9.2 (latest)
  • 0.9.1
  • 0.9.0 (deleted)
released May 30th 2017
This version is compatible with:
  • , , , , , Ubuntu, ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'ceritsc-mcelog', '0.9.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add ceritsc-mcelog
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install ceritsc-mcelog --version 0.9.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download
Tags: mce, mcelog

Documentation

ceritsc/mcelog — version 0.9.2 May 30th 2017

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':
  enabled   => true|false,  # enable 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