Skip to content

Commit

Permalink
Fix redis_sentinel resource user parameter and use the 'blp-redis' na…
Browse files Browse the repository at this point in the history
…mespace
  • Loading branch information
Miika Kankare committed May 30, 2017
1 parent 8ccb1a3 commit f7effb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/sentinel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

redis_installation node['blp-redis']['sentinel']['service_name'] { version '' }

redis_sentinel node['redis']['sentinel']['service_name'] do
owner node['blp-redis']['service_owner']
redis_sentinel node['blp-redis']['sentinel']['service_name'] do
user node['blp-redis']['service_user']
group node['blp-redis']['service_group']
node['blp-redis']['sentinel']['config'].each_pair { |k, v| send(k, v) }
end

0 comments on commit f7effb9

Please sign in to comment.