fixing spacing and tab issues

This commit is contained in:
nazunalika 2020-12-31 20:05:27 -07:00
parent 4ff14a8641
commit 17b7ef186e
3 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,6 @@ PIDFILE="$LOCKDIR/pid"
function cleanup {
rm -rf "$LOCKDIR"
}
RESTORE_UMASK=$(umask -p)

View File

@ -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!"

View File

@ -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