diff --git a/doc/getting-started.rst b/doc/getting-started.rst index 088cbb5..dbba5a5 100644 --- a/doc/getting-started.rst +++ b/doc/getting-started.rst @@ -142,25 +142,21 @@ Above we were a bit lazy and only wrote ``postg`` above as the target node. matching can be enabled by adding the ``-M`` option. We want to deploy a file describing the DB access permissions named ``pg_hba.conf`` to -the backend node:: +the backend node. Use an editor to create a file named ``pg_hba.conf`` with the following contents:: - $ cat > pg_hba.conf < plugin.py <