get rid of the conditional in the fas.conf template

This commit is contained in:
Seth Vidal 2013-05-18 20:59:13 +00:00
parent 67f56413a5
commit db4eeaacc2

View file

@ -5,22 +5,12 @@ url = https://admin.fedoraproject.org/accounts/
; temp - Location to generate files while user creation process is happening
temp = /var/db
{% if ansible_domain == 'qa.fedoraproject.org' %}
; Eventually, no box should use systems user to fasClient. systems has access
; to password hashes. But password hashes are needed for sudo unless the box
; uses pam_url
; login - username to contact fas
login = systems
; password - password for login name
password = {{ systemsUserPassword }}
{% else %}
; login - username to contact fas
login = {{ fedorathirdpartyUser }}
; password - password for login name
password = {{ fedorathirdpartyPassword }}
{% endif %}
; prefix - install to a location other than /
prefix = /