Version information
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
- , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'epflsti-quirks', '0.4.12'
Learn more about managing modules with a PuppetfileDocumentation
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')
Changelog
All notable changes to this project will be documented in this file.
Release 0.4.12
Minor bugfix release
- Fix ill-formed version gate for Puppet 4.x and puppetlabs-apt
Release 0.4.11
Features
Bugfixes
- Remove claim for Windows® support, added by
pdk convert
- Do claim Puppet 7.x support
Release 0.4.10
Features
Bugfixes
- Remove claim for Oracle®™ “Linux” support, added by
pdk convert
Release 0.4.9
Features
Bugfixes
- Quash silly warning about
is_string()
going out of fashion
Known Issues
Dependencies
- puppetlabs/stdlib (>= 1.0.0)