diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-09-09 20:16:09 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-09-09 20:16:09 +0000 |
commit | dbbfa9d6cc6f7c89bc5af21ac63116e36f0621fc (patch) | |
tree | 43d0731c23aea37bda66822074538b1f5588da9a | |
parent | e9be1713d645da31105630b71c1f69e76822309e (diff) | |
download | ansible-dbbfa9d6cc6f7c89bc5af21ac63116e36f0621fc.tar.gz ansible-dbbfa9d6cc6f7c89bc5af21ac63116e36f0621fc.tar.xz ansible-dbbfa9d6cc6f7c89bc5af21ac63116e36f0621fc.zip |
add it looks like we need a newline here
-rw-r--r-- | roles/nagios_server/templates/nagios/hostgroups/checkswap.cfg.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/nagios_server/templates/nagios/hostgroups/checkswap.cfg.j2 b/roles/nagios_server/templates/nagios/hostgroups/checkswap.cfg.j2 index a32d637ce..b133ee01d 100644 --- a/roles/nagios_server/templates/nagios/hostgroups/checkswap.cfg.j2 +++ b/roles/nagios_server/templates/nagios/hostgroups/checkswap.cfg.j2 @@ -2,4 +2,5 @@ define hostgroup { hostgroup_name CheckSwap alias Swap-Is-Low members {% for host in groups['all'] %}{% if hostvars[host].nagios_Check_Services['swap'] == true %}{{host}}{% if not loop.last %},{% endif %} {% endif %} {% endfor %} + } |