fortran logic not c logic

This commit is contained in:
Stephen Smoogen 2017-01-09 00:24:28 +00:00
parent 5dd3907687
commit f8c7161646

View file

@ -1,5 +1,5 @@
{% for host in groups['all'] %}
{% if hostvars[host].datacenter == 'cloud' || hostvars[host].datacenter == 'fedorainfracloud' %}
{% if hostvars[host].datacenter == 'cloud' or hostvars[host].datacenter == 'fedorainfracloud' %}
define host {
use defaulttemplate
host_name {{ host }}