quirks

pdk
Resolve platform-specific Puppet quirks

15,535 downloads

1,544 latest version

3.1 quality score

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 Feb 5th 2021
This version is compatible with:
  • Puppet Enterprise 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x, 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, 2016.4.x
  • Puppet >= 4.10.0 < 8.0.0
  • CentOS
    ,
    RedHat
    ,
    Scientific
    ,
    Debian
    ,
    Ubuntu

Start using this module

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

Add this module to your Puppetfile:

mod 'epflsti-quirks', '0.4.12'
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.4.12

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.4.12 Feb 5th 2021

puppet.quirks

Fix quirks in the Puppet installation on supported platforms

How to use

This class does nothing in puppet agent mode (unless specifically told to). It is intended as a helper for puppet apply and for people who don't know Puppet very well.

If you just want to run the module one-shot:

puppet apply -e 'class { "quirks": }'

If you want to embed Quirks in your Puppet module to make it more friendly to broken (distro-provided) Puppets: add this to metadata.json,

    {
      "name": "epflsti/quirks",
      "version_requirement": ">= 0.2.1"
    }

And in some manifest:

ensure_resource('class', 'quirks')