get rid of the conditional in the fas.conf template
This commit is contained in:
parent
67f56413a5
commit
db4eeaacc2
1 changed files with 1 additions and 11 deletions
|
@ -5,22 +5,12 @@ url = https://admin.fedoraproject.org/accounts/
|
||||||
; temp - Location to generate files while user creation process is happening
|
; temp - Location to generate files while user creation process is happening
|
||||||
temp = /var/db
|
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 - username to contact fas
|
||||||
login = {{ fedorathirdpartyUser }}
|
login = {{ fedorathirdpartyUser }}
|
||||||
|
|
||||||
; password - password for login name
|
; password - password for login name
|
||||||
password = {{ fedorathirdpartyPassword }}
|
password = {{ fedorathirdpartyPassword }}
|
||||||
{% endif %}
|
|
||||||
; prefix - install to a location other than /
|
; prefix - install to a location other than /
|
||||||
prefix = /
|
prefix = /
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue