simplify a template and fix a syntax error
This commit is contained in:
parent
54edf794ee
commit
53e2d5a6bb
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
define servicegroup {
|
||||
servicegroup_name fedorahosted
|
||||
alias Fedora Hosted
|
||||
members {% for host in groups['hosted'] %}{{host}}, BZR, {% endfor %}{% for host in groups['hosted'] %}{{host}}, GIT, {% endfor %}{% for host in groups['hosted'] %}{{host}}, bzr.fedorahosted.org, {% endfor %}{% for host in groups['hosted'] %}{{host}}, git.fedoraproject.org, {% endfor %}{% for host in groups['hosted'] %}{{host}}, hg.fedorahosted.org, {% endfor %}{% for host in groups['hosted'] %}{{host}}, svn.fedorahosted.org, {% endfor %}
|
||||
members {% for host in groups['hosted'] %}{{host}}, BZR, {{host}}, GIT, {{host}}, bzr.fedorahosted.org, {{host}}, git.fedoraproject.org, {{host}}, hg.fedorahosted.org, {{host}}, svn.fedorahosted.org, {% endfor %}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue