Removed an extra .each line.
This commit is contained in:
parent
b8d3a83b2a
commit
ce3bd25fe9
1 changed files with 0 additions and 1 deletions
|
@ -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|-%>
|
||||
|
|
Loading…
Reference in a new issue