Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.97 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.97 KB

attachmentgenie-example

Spec Tests License

Deploy and configure attachmentgenie's example on a node.

Description

This project serves as my starter project

Usage

All options and configuration can be done through interacting with the parameters on the main example class. These are now documented via Puppet Strings

You can view example usage in REFERENCE.

Reference

See REFERENCE.

Limitations

This is where you list OS compatibility, version compatibility, etc.

Development

Running tests

This project contains tests for both rspec-puppet and litmus to verify functionality. For detailed information on using these tools, please see their respective documentation.

Testing quickstart:

pdk bundle install
pdk bundle exec rake 'litmus:provision_list[puppet8]'
pdk bundle exec rake 'litmus:install_agent[puppet8]'
pdk bundle exec rake litmus:install_module
pdk bundle exec rake litmus:acceptance:parallel
pdk bundle exec rake litmus:tear_down