Removed an extra .each line.

This commit is contained in:
Nick Chappell 2015-01-03 22:29:30 -08:00
parent b8d3a83b2a
commit ce3bd25fe9

View file

@ -30,7 +30,6 @@ object Host "<%= @object_hostname %>" {
<%- end -%>
<%- if @vars.empty? != true -%>
<%- @vars.each_pair do |key, value| -%>
<%- @vars.each_pair do |key,value| -%>
<%- if value.is_a?(Hash) -%>
vars.<%= key %> = {
<%- value.each_pair do |subkey,subvalue|-%>