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
I just noticed that the nginx::config::* parameters in my common.yaml hiera file is not being taken into account anymore. For example I have the following config in my common.yaml hiera file:
nginx::config::server_tokens: 'off'
but still my nginx.conf file gets created with server tokens on. Any ideas?
I am using Puppet 4.8.2 on Debian 8 with the puppet-nginx module version 0.7.1
The text was updated successfully, but these errors were encountered:
I just noticed that the
nginx::config::*
parameters in my common.yaml hiera file is not being taken into account anymore. For example I have the following config in my common.yaml hiera file:but still my nginx.conf file gets created with
server tokens on
. Any ideas?I am using Puppet 4.8.2 on Debian 8 with the puppet-nginx module version 0.7.1
The text was updated successfully, but these errors were encountered: