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
Affected Puppet, Ruby, OS and module versions/distributions
Puppet: 7.18.0
Ruby: ruby-3.0.3-159.el9.x86_64
Distribution: RHEL9
Module version: 3.3.0
How to reproduce (e.g Puppet code you use)
Attempt to set the nginx parameters proxy_ssl_verify, proxy_ssl_certificate, proxy_ssl_certificate_key and proxy_ssl_trusted_certificate
What are you seeing
Parameters not supported
What behaviour did you expect instead
That these parameters would be an option
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Nginx::Resource::Location[/pdb]:
has no parameter named 'proxy_ssl_verify'
has no parameter named 'proxy_ssl_certificate'
has no parameter named 'proxy_ssl_certificate_key'
has no parameter named 'proxy_ssl_trusted_certificate' (file: /etc/puppetlabs/code/environments/production/modules/nginx/manifests/resource/server.pp, line: 637) on node
Any additional information you'd like to impart
This is a feature request
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Attempt to set the nginx parameters
proxy_ssl_verify
,proxy_ssl_certificate
,proxy_ssl_certificate_key
andproxy_ssl_trusted_certificate
What are you seeing
Parameters not supported
What behaviour did you expect instead
That these parameters would be an option
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Nginx::Resource::Location[/pdb]:
has no parameter named 'proxy_ssl_verify'
has no parameter named 'proxy_ssl_certificate'
has no parameter named 'proxy_ssl_certificate_key'
has no parameter named 'proxy_ssl_trusted_certificate' (file: /etc/puppetlabs/code/environments/production/modules/nginx/manifests/resource/server.pp, line: 637) on node
Any additional information you'd like to impart
This is a feature request
The text was updated successfully, but these errors were encountered: