puppet-jboss
puppet-jboss copied to clipboard
Specify all facts that are needed in spec tests with strict variables.
For now version of rodjek/rspec-puppet is pinned to specific version. To use newest one we need to setup every fact that is used in codebase. We can do it in two ways:
- mock facts by hand
- use some sort of facts mocking system like: mcanevet/rspec-puppet-facts.