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
Tests in rspec-puppet fails with message similar to:
Undefined variable "::augeasversion"; Undefined variable "augeasversion" at /code/puppet/jboss/spec/fixtures/modules/jboss/manifests/internal/augeas.pp:4
Those issues can be fixed by setting those facts in test like this:
on_supported_os do |os, facts| let(:facts) { facts.merge(:jboss_running => false) } end
See example error here: https://travis-ci.org/coi-gov-pl/puppet-jboss/jobs/396957209#L3291-L3295
The text was updated successfully, but these errors were encountered:
Skiping strict variables build due to issue #98
fc26700
Issue #98 - #98
No branches or pull requests
Tests in rspec-puppet fails with message similar to:
Undefined variable "::augeasversion"; Undefined variable "augeasversion" at /code/puppet/jboss/spec/fixtures/modules/jboss/manifests/internal/augeas.pp:4
Those issues can be fixed by setting those facts in test like this:
See example error here: https://travis-ci.org/coi-gov-pl/puppet-jboss/jobs/396957209#L3291-L3295
The text was updated successfully, but these errors were encountered: