We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 70fa62f + 2421f2f commit 333064eCopy full SHA for 333064e
recipes/default.rb
@@ -174,6 +174,7 @@ class Chef::Recipe
174
package 'rabbitmq-server' do
175
action :install
176
version node['rabbitmq']['version'] if node['rabbitmq']['pin_distro_version']
177
+ notifies :reload, 'ohai[reload_packages]', :immediately
178
end
179
else
180
remote_file "#{Chef::Config[:file_cache_path]}/#{rpm_package_name}" do
@@ -213,6 +214,7 @@ class Chef::Recipe
213
214
215
216
217
218
219
220
0 commit comments