Skip to content

Instantly share code, notes, and snippets.

@nicgrayson
Created October 10, 2013 21:18
Show Gist options
  • Select an option

  • Save nicgrayson/6925811 to your computer and use it in GitHub Desktop.

Select an option

Save nicgrayson/6925811 to your computer and use it in GitHub Desktop.
<%- node[:zookeeper][:servers].each do |n, s| %>
server.<%= n %>=<%= s + node[:zookeeper][:server_ports] %>
<%- end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment