because its not doing what I want
This commit is contained in:
parent
a6fdbaeff6
commit
213280d31f
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
{% for key, value in groups.iteritems() %}
|
||||
{% if env == "staging" %}
|
||||
{% if groups[key] %}
|
||||
|
||||
define hostgroup{
|
||||
hostgroup_name {{ key }}
|
||||
alias {{ key }}
|
||||
|
@ -25,7 +26,7 @@ define hostgroup{
|
|||
|
||||
{$ endif %}
|
||||
{% endfor %}
|
||||
|
||||
{{ env }}
|
||||
define hostgroup {
|
||||
hostgroup_name phx2_mgmt_systems
|
||||
alias phx2_mgmt_systems
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue