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
Trying to compile this cookbook I got this error:
Recipe Compile Error in /var/chef/cache/cookbooks/mariadb/resources/galera_configuration.rb ... ERROR: /var/chef/cache/cookbooks/mariadb/resources/galera_configuration.rb:35: syntax error, unexpected ':', expecting => ... default: { 'gcache.size': '512M' }
I took a look at that file and see the same code, is this a real syntax error or is there something wrong with my chef client?
I THINK mariadb (3.1.0)
Chef: 12.9.38
I'm not familiar with ruby syntax, so I'm not sure if this is a real syntax error
The text was updated successfully, but these errors were encountered:
@rapkyt is this still happening with the current released version?
Sorry, something went wrong.
No branches or pull requests
👻 Brief Description
Trying to compile this cookbook I got this error:
I took a look at that file and see the same code, is this a real syntax error or is there something wrong with my chef client?
🥞 Cookbook version
I THINK
mariadb (3.1.0)
👩🍳 Chef-Infra Version
Chef: 12.9.38
➕ Additional context
I'm not familiar with ruby syntax, so I'm not sure if this is a real syntax error
The text was updated successfully, but these errors were encountered: