To submit an issue or a feature, please fill as possible the template.
To contribute to a Puppet module project, please read the Contributing to Puppet modules guide.
This project contains tests for rspec-puppet.
Quickstart to run all linter and unit tests:
bundle install --path .vendor/
bundle exec rake test
Or
pdk validate
pdk test unit
It is very much appreciated to check your Puppet manifest with puppet-lint to follow the recommended Puppet style guidelines from the Puppet Labs style guide.
Please run tests before, to don't break the CI.