Version information
released Sep 24th 2017
Start using this module
Add this module to your Puppetfile:
mod 'geoffwilliams-registry', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
geoffwilliams/registry — version 0.1.0 Sep 24th 2017
registry
Table of Contents
- Description
- Usage - Configuration options and additional functionality
- Reference - An under-the-hood peek at what the module is doing and how
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Mock version of puppetlabs-registry to allow rspec testing
Usage
See reference and examples
Reference
Reference documentation is generated directly from source code using puppet-strings. You may regenerate the documentation by running:
bundle exec puppet strings
Limitations
- Not supported by Puppet, Inc.
Development
PRs accepted :)
Tests are not currently passing (not idempotent) - this is because the providers don't do anything so of course nothing is idempotent...
Testing
This module supports testing using PDQTest.
Test can be executed with:
bundle install
make
See .travis.yml
for a working CI example
Types in this module release
Dependencies
- puppetlabs-stdlib (>= 1.0.0)