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
When I try to setup a vhost with ssl => true i get the below error.
Error 400 on SERVER: 800 is not a string. It looks to be a Fixnum at /opt/puppet/share/puppet/modules/concat/manifests/fragment.pp:43
I raced the problem to nginx/manifests/resource/location.pp:375 order => $ssl_priority,
If I change it to
order => $ssl_priority",
The module works as expected. Is there a setup in the vhost I am missing or is this an actual bug? My vhost is below
The text was updated successfully, but these errors were encountered:
I expect you're using an out of date version of puppetlabs-concat. This module requires 1.1.1 or higher to be installed.
Can you confirm the version of this module and the version of puppetlabs-concat that you're using?
Sorry, something went wrong.
I'm closing this for now. @nathan-copperfrog please comment if you have any information to add and I'll reopen. Thanks!
No branches or pull requests
When I try to setup a vhost with ssl => true i get the below error.
Error 400 on SERVER: 800 is not a string. It looks to be a Fixnum at /opt/puppet/share/puppet/modules/concat/manifests/fragment.pp:43
I raced the problem to nginx/manifests/resource/location.pp:375
order => $ssl_priority,
If I change it to
order => $ssl_priority",
The module works as expected. Is there a setup in the vhost I am missing or is this an actual bug? My vhost is below
The text was updated successfully, but these errors were encountered: