Fix small typo in the README for RPM packages
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
cee86d1a8c
commit
7e8beda5b3
|
@ -63,7 +63,7 @@ Decide whether to use MySQL or PostgreSQL.
|
|||
postgres=# CREATE DATABASE icingaweb;
|
||||
postgres=# \q
|
||||
|
||||
Add the `cingaweb` user for trusted authentication to your `pg_hba.conf` file
|
||||
Add the `icingaweb` user for trusted authentication to your `pg_hba.conf` file
|
||||
in `/var/lib/pgsql/data/pg_hba.conf` and restart the PostgreSQL server.
|
||||
|
||||
local icingaweb icingaweb trust
|
||||
|
|
Loading…
Reference in New Issue