After migrating to Oracle, the default recipe won't install the package properly:
[2021-02-10T11:43:18+01:00] ERROR: rpm_package[/var/chef/cache/] (rabbitmq::default line 224) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
---- Begin output of ["rpm", "-qp", "--queryformat", "%{NAME} %{VERSION}-%{RELEASE}\n", "/var/chef/cache/"] ----
STDOUT:
STDERR: error: /var/chef/cache/: read failed: Is a directory (21)
Adding oracle to the list in recipes/default.rb, line 49 would probably easily fix the problem (tested on chef-zero)
After migrating to Oracle, the default recipe won't install the package properly:
Adding oracle to the list in recipes/default.rb, line 49 would probably easily fix the problem (tested on chef-zero)