no loop on the end of fas

This commit is contained in:
Stephen Smoogen 2017-04-29 23:42:26 +00:00
parent 99d5c3dfd2
commit daebd3cda4

View file

@ -1,6 +1,6 @@
define servicegroup {
servicegroup_name fas
alias Fedora Account System
members {% for host in groups['proxies'] %}{{host}}, accounts, {% endfor %}{% for host in groups['fas'] %}{{host}}, accounts, {% endfor %} db-fas01.phx2.fedoraproject.org,Check FAS DB {% if not loop.last %} , {% endif %}
members {% for host in groups['proxies'] %}{{host}}, accounts, {% endfor %}{% for host in groups['fas'] %}{{host}}, accounts, {% endfor %} db-fas01.phx2.fedoraproject.org,Check FAS DB
}