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
In 0.16, the hiera data below produced valid nginx configurations. However, in 3.3.0, it no longer does and closes the server block too early.
May be related to #1360.
Affected Puppet, Ruby, OS and module versions/distributions
OK, I missed those ssl_only: true inside the location blocks.
The previous config had ssl: yes while the current one doesn't.
The actual "bug" should probably be that the module does not complain if there are location resources that claim to be ssl_only while there is no ssl support in the server section itself. But I don't know how trivial or complicated this would be.
In 0.16, the hiera data below produced valid nginx configurations. However, in 3.3.0, it no longer does and closes the server block too early.
May be related to #1360.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
What behaviour did you expect instead
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: