Forge Home

molly_guard

Puppet module to manage Molly-Guard installation and configuration

7,169 downloads

4,765 latest version

5.0 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.1.7 (latest)
  • 0.1.6
  • 0.1.5
  • 0.1.4 (deleted)
  • 0.1.3 (deleted)
  • 0.1.2
released Jan 13th 2019
This version is compatible with:
  • Puppet Enterprise 2019.8.x, 2019.7.x, 2019.5.x, 2019.4.x, 2019.3.x, 2019.2.x, 2019.1.x, 2019.0.x, 2018.1.x, 2017.3.x, 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
  • Puppet >= 3.0.0 < 7.0.0
  • ,

Start using this module

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

Add this module to your Puppetfile:

mod 'soli-molly_guard', '0.1.7'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add soli-molly_guard
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install soli-molly_guard --version 0.1.7

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

Documentation

soli/molly_guard — version 0.1.7 Jan 13th 2019

molly_guard

Puppet Forge Version Puppet Forge Downloads Puppet Forge Score Build Status

Table of Contents

  1. Module Description - What the module does and why it is useful
  2. Setup - The basics of getting started with molly_guard
  3. Usage - Configuration options and additional functionality
  4. Reference - An under-the-hood peek at what the module is doing and how
  5. Limitations - OS compatibility, etc.
  6. Development - Guide for contributing to the module
  7. Contributors

Module Description

This module installs and configures Molly-Guard.

Setup

Beginning with molly_guard

include ::molly_guard

Usage

Always query hostanme

class { 'molly_guard':
  always_query_hostname => true,
}

Reference

Classes

Public classes

  • molly_guard: Main class, includes all other classes.

Private classes

  • molly_guard::params: Sets parameter defaults per operating system.
  • molly_guard::install: Handles the packages.
  • molly_guard::config: Handles the configuration file.

Parameters

The following parameters are available in the ::molly_guard class:

always_query_hostanme

Specifies whether always ask for the hostname, even if no SSH session was detected. Valid options: 'true' or 'false'. Default value: 'false'

package_ensure

Tells Puppet whether the Molly-Guard package should be installed, and what version. Valid options: 'present', 'latest', or a specific version number. Default value: 'present'

package_name

Tells Puppet what Molly-Guard package to manage. Valid options: string. Default value: 'molly_guard'

Limitations

Debian family OSes are officially supported. Tested and built on Debian.

Development

Solution Libre's modules on the Puppet Forge are open projects, and community contributions are essential for keeping them great.

Fork this module on GitHub

Contributors

The list of contributors can be found at: https://github.com/solution-libre/puppet-molly_guard/graphs/contributors