diff --git a/templates/hosts.cfg.tmpl b/templates/hosts.cfg.tmpl index 22d49f2..d19b819 100644 --- a/templates/hosts.cfg.tmpl +++ b/templates/hosts.cfg.tmpl @@ -4,7 +4,7 @@ define host{ {# loop through all key:value pairs and print out the results #} {% for key, value in item.iteritems() %} - # TODO: establish if this special casing is still required. + {# TODO: establish if this special casing is still required. #} {% if key == 'hostgroups' %} # Hostgroups this host is a member of hostgroups {{ value | join(",") }},all