Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Update TODO item commenting
Browse files Browse the repository at this point in the history
Old commenting shows the TODO in all generated files, this fixes that.
  • Loading branch information
goetzk committed Apr 17, 2017
1 parent 94bcb1e commit 8605332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/hosts.cfg.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8605332

Please sign in to comment.