This replaces the deprecated redis cookbook. Compiles the latest version of Redis, currently 7.0.11 Refs #488
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
<%
|
|
node.run_state[:ulimit][@domain].each do |item, entries|
|
|
entries.each do |type, value|
|
|
-%>
|
|
<%= @domain %> <%= type %> <%= item %> <%= value %>
|
|
<%
|
|
end
|
|
end
|
|
-%>
|