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
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
I have declared parameters as hash as shown below, after the chef ran these parameters are not reflected in the varnish config.
parameters = { 'thread_pool_min' => '5', 'thread_pool_max' => '5000', 'thread_pool_timeout' => '300' }
Tried the following definition which updated the varnish config but chef lint resulted in an error
parameters ({ 'thread_pool_min' => '5', 'thread_pool_max' => '5000', 'thread_pool_timeout' => '300' })
Lint error:
recipes/varnishinstall.rb:22:13: W: Lint/ParenthesesAsGroupedExpression: (...) interpreted as grouped expression. parameters ({ ^
Version of the cookbook where you are encountering the issue.
Version of chef-client in your environment.
OS: centos 7 Operating system distribution and release version. Cloud provider if running in the cloud.
The text was updated successfully, but these errors were encountered:
You should be able to do it via the following:
parameters { foo: 'bar' }
Sorry, something went wrong.
No branches or pull requests
🗣️ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
I have declared parameters as hash as shown below, after the chef ran these parameters are not reflected in the varnish config.
Tried the following definition which updated the varnish config but chef lint resulted in an error
Lint error:
🥞 Cookbook version 4.0.1
Version of the cookbook where you are encountering the issue.
👩🍳 Chef-Infra Version 14
Version of chef-client in your environment.
🎩 Platform details
OS: centos 7
Operating system distribution and release version. Cloud provider if running in the cloud.
The text was updated successfully, but these errors were encountered: