You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an odd one and I'm stumped. When I run my RSpec Puppet tests it's like the Nginx module can't find the values for some default params. The example below is nginx::ssl_dhparam but if I manually edit that one it goes down the param lists to the next.
The module is in .fixtures.yml and clones normally. No other modules seem to have an issue, just Nginx.
I don't know if it's upstream or PEBKAK but it's odd all my other modules are fine. :(
This is one of the tests that fails but its impacting all of the tests too:
Just to be clear: this is failing tests from your own profile or is this failing tests from nginx module tests?
I am asking, as I saw that for profile spec tests to work you had to add the depending modules to your profile metadata.json.
I fixed it - out of interest to anyone else - there was a single class which didn't include Nginx when it should have ... not sure why that'd kill all the tests but all good. :)
This is an odd one and I'm stumped. When I run my RSpec Puppet tests it's like the Nginx module can't find the values for some default params. The example below is
nginx::ssl_dhparam
but if I manually edit that one it goes down the param lists to the next.The module is in
.fixtures.yml
and clones normally. No other modules seem to have an issue, just Nginx.I don't know if it's upstream or PEBKAK but it's odd all my other modules are fine. :(
This is one of the tests that fails but its impacting all of the tests too:
Affected Puppet, Ruby, OS and module versions/distributions
What are you seeing
I see:
What behaviour did you expect instead
Tests to run.
The text was updated successfully, but these errors were encountered: