PR#1801: docs: fix indent for reloading postgres settings

Merges #1801
https://pagure.io/koji/pull-request/1801
This commit is contained in:
Tomas Kopecek 2019-11-18 09:27:33 +01:00
commit 10d599754e

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