mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-15 18:21:24 +00:00
fixing spacing and tab issues
This commit is contained in:
parent
4ff14a8641
commit
17b7ef186e
@ -22,7 +22,6 @@ PIDFILE="$LOCKDIR/pid"
|
||||
|
||||
function cleanup {
|
||||
rm -rf "$LOCKDIR"
|
||||
|
||||
}
|
||||
|
||||
RESTORE_UMASK=$(umask -p)
|
||||
|
@ -1,8 +1,9 @@
|
||||
---
|
||||
rocky_ldap_bind_dn: "uid=binder,cn=sysaccounts,cn=etc,dc=rockylinux,dc=org"
|
||||
rocky_ldap_bind_pw: "ThisIsNotThePassword!"
|
||||
rocky_ldap_user_basedn: "cn=users,cn=accounts,dc=rockylinux,dc=org"
|
||||
rocky_ldap_group_basedn: "cn=groups,cn=accounts,dc=rockylinux,dc=org"
|
||||
rocky_ldap_account_basedn: "cn=accounts,dc=rockylinux,dc=org"
|
||||
# Requires jinja 2.9+
|
||||
rocky_ipaserver_list: "{{ groups['ipaserver'] + groups['ipareplicas'] }}"
|
||||
# This will need to be vaulted
|
||||
rocky_ldap_bind_pw: "ThisIsNotThePassword!"
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
# koji hub settings
|
||||
# This should be the front-facing URL of koji
|
||||
koji_url_name: koji.rockylinux.org
|
||||
#koji_url_name: koji.rockylinux.org
|
||||
|
||||
# Use an internal CA (IPA)
|
||||
koji_internal_ca: true
|
||||
|
Loading…
Reference in New Issue
Block a user