Skip to content

Commit

Permalink
Supports setting rabbitmq config file to a different path
Browse files Browse the repository at this point in the history
Fixes issue #175
  • Loading branch information
wenchma committed Dec 15, 2014
1 parent f8f50c5 commit 76f3b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Expand Up @@ -154,7 +154,7 @@ class Chef::Resource # rubocop:disable all
notifies :restart, "service[#{node['rabbitmq']['service_name']}]", :immediately
end

template "#{node['rabbitmq']['config_root']}/rabbitmq.config" do
template "#{node['rabbitmq']['config']}.config" do
sensitive true
source 'rabbitmq.config.erb'
cookbook node['rabbitmq']['config_template_cookbook']
Expand Down

0 comments on commit 76f3b7b

Please sign in to comment.