Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 617 Bytes

Reduced Puppet stdlib module

WARNING: This is VERY experimental and VERY opinionated

This is an attempt to reduce the footprint of the traditional Puppet module stdlib.

We remove most of the deprecated functions and much more.

Check the deprecated-functions.txt file on this repository and also the reducer.sh script.

The resulting module supports Puppet 5.5 or newer.

For more information on what is being removed check https://github.com/instruct-br/puppet-stdlib-reducer

TODO

Some deprecated functions are used by unit tests and are still present:

  • is_integer
  • is_absolute_path
  • str2bool