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 { function cleanup {
rm -rf "$LOCKDIR" rm -rf "$LOCKDIR"
} }
RESTORE_UMASK=$(umask -p) RESTORE_UMASK=$(umask -p)
@ -33,9 +32,9 @@ if [ $? != 0 ]; then
if [ -n "$PID" ] && /bin/ps $PID > /dev/null if [ -n "$PID" ] && /bin/ps $PID > /dev/null
then then
if [ "$SILENT" != "yes" ]; then if [ "$SILENT" != "yes" ]; then
echo "$PID is still running" echo "$PID is still running"
/bin/ps -o user,pid,start,time,comm $PID /bin/ps -o user,pid,start,time,comm $PID
fi fi
exit 1; exit 1;
else else
echo "$LOCKDIR exists but $PID is dead" echo "$LOCKDIR exists but $PID is dead"

View File

@ -1,8 +1,9 @@
--- ---
rocky_ldap_bind_dn: "uid=binder,cn=sysaccounts,cn=etc,dc=rockylinux,dc=org" 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_user_basedn: "cn=users,cn=accounts,dc=rockylinux,dc=org"
rocky_ldap_group_basedn: "cn=groups,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" rocky_ldap_account_basedn: "cn=accounts,dc=rockylinux,dc=org"
# Requires jinja 2.9+ # Requires jinja 2.9+
rocky_ipaserver_list: "{{ groups['ipaserver'] + groups['ipareplicas'] }}" 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 # koji hub settings
# This should be the front-facing URL of koji # 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) # Use an internal CA (IPA)
koji_internal_ca: true koji_internal_ca: true
@ -42,7 +42,7 @@ koji_hub_proxy_principals: "HTTP/{{ inventory_hostname }}@ROCKYLINUX.ORG"
koji_hub_keytab: /etc/keytabs/host.keytab koji_hub_keytab: /etc/keytabs/host.keytab
koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG
# This should be sufficient even for LE # This should be sufficient even for LE
koji_hub_ca: "{{ koji_web_cacert }}" koji_hub_ca: "{{ koji_web_cacert }}"
# Koji FAS Syncing # Koji FAS Syncing
# This isn't implemented yet in the role # This isn't implemented yet in the role