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
Looks like rework in f046999 introduced undump method which requires ruby 2.5+. Chef infra client bundles ruby with it and 13th version has only 2.4.5 ruby.
Cookbook version used: 5.9.1
Operating system, version, and patch level - Ubuntu 18.04
RabbitMQ version provisioned - 3.9.18
Erlang version provisioned - 24.3.4-1
Chef infra client - 13.12.14
RabbitMQ server and client application log files
================================================================================
Error executing action `set_permissions` on resource 'rabbitmq_user[user]'
================================================================================
NoMethodError
-------------
undefined method `undump' for "\"user\t.*\t.*\t.*\n\"":String
Cookbook Trace:
---------------
/var/chef/cache/cookbooks/rabbitmq/providers/user.rb:86:in `user_has_expected_permissions?'
/var/chef/cache/cookbooks/rabbitmq/providers/user.rb:129:in `block (2 levels) in class_from_file'
/var/chef/cache/cookbooks/rabbitmq/providers/user.rb:129:in `reject'
/var/chef/cache/cookbooks/rabbitmq/providers/user.rb:129:in `block in class_from_file'
Compiled Resource:
------------------
# Declared in /var/chef/cache/cookbooks/wrapper_rabbitmq/recipes/default.rb:79:in `block in from_file'
rabbitmq_user("tuser") do
action [:add, :set_permissions]
default_guard_interpreter :default
declared_type :rabbitmq_user
cookbook_name "test_user
recipe_name "default"
vhost "test"
permissions ".* .* .*"
end
I suppose it's either bump compat for this cookbook or rework that undump method?
The text was updated successfully, but these errors were encountered:
Looks like rework in f046999 introduced
undump
method which requires ruby 2.5+. Chef infra client bundles ruby with it and 13th version has only 2.4.5 ruby.I suppose it's either bump compat for this cookbook or rework that
undump
method?The text was updated successfully, but these errors were encountered: