https://github.com/bodgit/puppet-bodgitlib
Additional library of resources for Puppet modules
https://github.com/bodgit/puppet-bodgitlib
puppet
Last synced: 3 months ago
JSON representation
Additional library of resources for Puppet modules
- Host: GitHub
- URL: https://github.com/bodgit/puppet-bodgitlib
- Owner: bodgit
- License: apache-2.0
- Created: 2016-05-13T17:08:05.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T00:44:46.000Z (about 1 year ago)
- Last Synced: 2025-03-29T08:23:21.895Z (3 months ago)
- Topics: puppet
- Language: Ruby
- Homepage: https://forge.puppet.com/bodgit/bodgitlib
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# bodgitlib
[](https://github.com/bodgit/puppet-bodgitlib/actions?query=workflow%3ATest)
[](https://codecov.io/gh/bodgit/puppet-bodgitlib)
[](https://forge.puppetlabs.com/bodgit/bodgitlib)
[](https://forge.puppetlabs.com/bodgit/bodgitlib)
[](https://forge.puppetlabs.com/bodgit/bodgitlib)#### Table of Contents
1. [Description](#description)
2. [Reference - An under-the-hood peek at what the module is doing and how](#reference)
3. [Limitations - OS compatibility, etc.](#limitations)
4. [Development - Guide for contributing to the module](#development)## Description
This module provides a standard library of resources for the development of
Puppet modules.## Reference
The reference documentation is generated with
[puppet-strings](https://github.com/puppetlabs/puppet-strings) and the latest
version of the documentation is hosted at
[https://bodgit.github.io/puppet-bodgitlib/](https://bodgit.github.io/puppet-bodgitlib/)
and available also in the [REFERENCE.md](https://github.com/bodgit/puppet-bodgitlib/blob/main/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](https://puppet.com/docs/pdk/1.x/pdk.html) and has
[rspec-puppet](http://rspec-puppet.com) tests. Run them with:```
$ bundle exec rake spec
```Please log issues or pull requests at
[github](https://github.com/bodgit/puppet-bodgitlib).