Skip to content

Commit

Permalink
Passing maxsize druid historical as int
Browse files Browse the repository at this point in the history
  • Loading branch information
rgomezborder committed Nov 12, 2024
1 parent 5ce6367 commit 6e3ad24
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 @@ -204,7 +204,7 @@
name node['hostname']
ipaddress node['ipaddress_sync']
memory_kb node['redborder']['memory_services']['druid-historical']['memory']
maxsize node['redborder']['manager']['hd_services_current']['druid-historical']
maxsize node['redborder']['manager']['hd_services_current']['druid-historical'].to_i
action [:add, :register]
else
action [:remove, :deregister]
Expand Down

0 comments on commit 6e3ad24

Please sign in to comment.