Forge Home

quirks

Resolve platform-specific Puppet quirks

15,089 downloads

1,398 latest version

1.9 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.4.12 (latest)
  • 0.4.11
  • 0.4.10
  • 0.4.9
  • 0.4.8
  • 0.4.7
  • 0.4.6
  • 0.4.5
  • 0.4.4
  • 0.4.3
  • 0.4.2
  • 0.4.1
  • 0.4.0
  • 0.3.6
  • 0.3.5
  • 0.3.4
  • 0.3.3
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.2.1
  • 0.2.0
  • 0.1.0
  • 0.0.2
  • 0.0.1
released Mar 29th 2017

Start using this module

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

Add this module to your Puppetfile:

mod 'epflsti-quirks', '0.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add epflsti-quirks
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install epflsti-quirks --version 0.1.0

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

epflsti/quirks — version 0.1.0 Mar 29th 2017

puppet.quirks

Fix quirks in the Puppet installation on supported platforms

How to use

In your Puppet module's metadata.json:

    {
      "name": "epflsti-quirks",
      "version_requirement": ">= 0.0.0"
    }

Somewhere in your Puppet code:

ensure_resource('class', 'quirks')