bodgitlib

Table of Contents

  1. Description

  2. Reference - An under-the-hood peek at what the module is doing and how

  3. Limitations - OS compatibility, etc.

  4. Development - Guide for contributing to the module

Description

This module provides a standard library of resources for the development of Puppet modules.

Reference

The reference documentation is generated with puppet-strings and the latest version of the documentation is hosted at bodgit.github.io/puppet-bodgitlib/ and available also in the REFERENCE.md.

Limitations

This module has been built on and tested against Puppet 5 and higher.

The module should work anywhere as everything is written in the Puppet language.

Development

The module relies on PDK and has rspec-puppet tests. Run them with:

$ bundle exec rake spec

Please log issues or pull requests at github.