Skip to content

findmyname666/puppet-mcelog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, [email protected]

About

Puppet module for managing mcelog

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 100.0%