You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to set the master_port, i get this error.
According to:
`TypeError
can't convert Fixnum into String
Cookbook Trace:
/var/chef/cache/cookbooks/mariadb/providers/replication.rb:32:in +' /var/chef/cache/cookbooks/mariadb/providers/replication.rb:32:inblock in class_from_file'`
It seems that i try to concat an integer without using the to_s method.
The text was updated successfully, but these errors were encountered:
When i try to set the master_port, i get this error.
According to:
`TypeError
can't convert Fixnum into String
Cookbook Trace:
/var/chef/cache/cookbooks/mariadb/providers/replication.rb:32:in
+' /var/chef/cache/cookbooks/mariadb/providers/replication.rb:32:in
block in class_from_file'`It seems that i try to concat an integer without using the to_s method.
The text was updated successfully, but these errors were encountered: