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
Puppet generateinternal true; instead of internal;. As consequence nginx config test fails.
internal true;
internal;
The text was updated successfully, but these errors were encountered:
@nnovikov Where are you see "internal true;" and what version you used? Check out https://github.com/jfryman/puppet-nginx/blob/master/templates/vhost/location_header.erb#L3 line if you talking about virtualhost. In my cases looks like all fine (from hiera):
nginx::nginx_locations: 'static': ... internal: true
produced:
location { ... internal; } ~~
Sorry, something went wrong.
I had mistake in hiera. All works fine.
No branches or pull requests
Puppet generate
internal true;
instead ofinternal;
. As consequence nginx config test fails.The text was updated successfully, but these errors were encountered: