Fix small typo in the README for RPM packages

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Sander Ferdinand 2016-09-23 13:20:55 +02:00 committed by Eric Lippmann
parent cee86d1a8c
commit 7e8beda5b3
1 changed files with 1 additions and 1 deletions

View File

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