Add closing conditional

This commit is contained in:
Kevin Fenzi 2015-12-08 19:36:56 +00:00
parent 4cbb6d909e
commit bd72a45ef0

View file

@ -7,7 +7,7 @@ restrict -6 ::1
# setup a set of servers that we all look at.
# use servers from 1/2/3.rhel.pool.ntp.org as they are allowed out of the firewall
# However, we need specific ip's to be allowed out from builders.
{% if datacenter == 'phx2' and not inventory_hostname.startswith('bastion0')
{% if datacenter == 'phx2' and not inventory_hostname.startswith('bastion0') %}
#
# in phx2 we want to use bastion01 and bastion02 for ntp service
# Unless we are bastion01/02, then we want to use the normal pool