We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Puppet has a strict setting, and PDK sets it directly on Puppet instead of configuring rspec-puppet (https://github.com/voxpupuli/pdk-templates/blob/bb554cbb831d8c651cd54056ac09950228603e5e/moduleroot/spec/spec_helper.rb.erb#L52-L56). It would be best if rspec-puppet had an option to set the setting instead.
strict
An option like there are many others, such as strict_variables
strict_variables
None.
https://www.puppet.com/docs/puppet/7/configuration.html#strict
The text was updated successfully, but these errors were encountered:
I'm being affected by this as well. The puppet config on disk doesn't seem to have an affect on rspec-puppet.
Sorry, something went wrong.
No branches or pull requests
Use Case
Puppet has a
strict
setting, and PDK sets it directly on Puppet instead of configuring rspec-puppet (https://github.com/voxpupuli/pdk-templates/blob/bb554cbb831d8c651cd54056ac09950228603e5e/moduleroot/spec/spec_helper.rb.erb#L52-L56). It would be best if rspec-puppet had an option to set the setting instead.Describe the Solution You Would Like
An option like there are many others, such as
strict_variables
Describe Alternatives You've Considered
None.
Additional Context
https://www.puppet.com/docs/puppet/7/configuration.html#strict
The text was updated successfully, but these errors were encountered: