Skip to content

Commit

Permalink
Update base_config.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfode committed Feb 2, 2015
1 parent 9ac6c6a commit afcfeca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/base_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%w[rabbitmq redis api]
)

config = Sensu::Helpers.data_bag_item("config", true)
config = Sensu::Helpers.data_bag_item("config", true, node['sensu']['bag_name'])

if config
definitions = Chef::Mixin::DeepMerge.merge(definitions, config.to_hash)
Expand Down

0 comments on commit afcfeca

Please sign in to comment.