From 860533215b026ac605429082e2ce656edcbd1c79 Mon Sep 17 00:00:00 2001 From: Karl Goetz Date: Mon, 17 Apr 2017 22:12:58 +1000 Subject: [PATCH] Update TODO item commenting Old commenting shows the TODO in all generated files, this fixes that. --- templates/hosts.cfg.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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