docs: fix indent for reloading postgres settings

Dedent the description of reloading postgres, so it's clearer that this
must be done after all the modifications to pg_hba.conf.
This commit is contained in:
Ken Dreyer 2018-10-26 11:51:59 -06:00 committed by Tomas Kopecek
parent f19321bd9c
commit 4f2d52c2f6

View file

@ -476,12 +476,13 @@ Authorize Koji-web and Koji-hub resources
host koji koji ::1/128 md5
host koji koji $IP_ADDRESS/32 md5
Make auth changes live:
You must reload the PostgreSQL configuration for these changes to become active.
Make auth changes live:
You must reload the PostgreSQL configuration for these changes to become
active.
::
::
root@localhost$ systemctl reload postgresql
root@localhost$ systemctl reload postgresql
Bootstrapping the initial koji admin user into the PostgreSQL database
----------------------------------------------------------------------