puppet-munge

Table of Contents

  1. Overview

  2. Usage - Configuration options

  3. Reference - Parameter and detailed reference to all options

  4. Limitations - OS compatibility, etc.

  5. Development - Guide for contributing to the module

  6. TODO

  7. Additional Information

Overview

This module manages MUNGE.

Usage

munge

Manage munge and define a site specific munge.key

class { 'munge':
  munge_key_source  => 'puppet:///modules/site_munge/munge.key',
}

Reference

treydock.github.io/puppet-munge/

Limitations

This module has been tested on:

  • RedHat/CentOS 7

  • RedHat/Rocky/AlmaLinux 8

  • RedHat/Rocky/AlmaLinux 9

  • Debian 10

  • Debian 11

  • Ubuntu 20.04

  • Ubuntu 22.04