mariadb
mariadb copied to clipboard
Recipe Compile Error in galera_configuration.rb
:ghost: Brief Description
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?
:pancakes: Cookbook version
I THINK mariadb (3.1.0)
:woman_cook: Chef-Infra Version
Chef: 12.9.38
:heavy_plus_sign: Additional context
I'm not familiar with ruby syntax, so I'm not sure if this is a real syntax error
@rapkyt is this still happening with the current released version?