Skip to content

Commit

Permalink
this line bigger than the bottom one makes me TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads authored Apr 30, 2024
1 parent 0ffad4b commit 7db2099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
druid_realtime "Configure Druid Realtime" do
name node["hostname"]
ipaddress node["ipaddress_sync"]
partition_num node["redborder"]["druid"]["realtime"]["partition_num"]
zookeeper_hosts node["redborder"]["zookeeper"]["zk_hosts"]
partition_num node["redborder"]["druid"]["realtime"]["partition_num"]
memory_kb node["redborder"]["memory_services"]["druid-realtime"]["memory"]
action (manager_services["druid-realtime"] ? [:add, :register] : [:remove, :deregister])
end
Expand Down

0 comments on commit 7db2099

Please sign in to comment.