fixing defines

This commit is contained in:
nazunalika 2021-01-27 18:06:38 -07:00
parent 9caee325c0
commit 62e05c6f50
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ fi
-k "{{ ipahosts.key_location | default(ipa_getcert_key_default_location) }}" \ -k "{{ ipahosts.key_location | default(ipa_getcert_key_default_location) }}" \
-f "{{ ipahosts.cert_location | default(ipa_getcert_cert_default_location) }}" \ -f "{{ ipahosts.cert_location | default(ipa_getcert_cert_default_location) }}" \
{% endif %} {% endif %}
{% if ipahosts.postcmd %} {% if ipahosts.postcmd is defined %}
-C "{{ ipahosts.postcmd }}" \ -C "{{ ipahosts.postcmd }}" \
{% endif %} {% endif %}
{% if ipahosts.owner %} {% if ipahosts.owner is defined %}
-O "{{ ipahosts.owner }}" \ -O "{{ ipahosts.owner }}" \
-o "{{ ipahosts.owner }}" \ -o "{{ ipahosts.owner }}" \
{% endif %} {% endif %}