From 07aad6dc0f7428b71e5f15d358ca8796801d7640 Mon Sep 17 00:00:00 2001 From: Mika Eloranta Date: Wed, 2 Mar 2011 19:23:58 +0200 Subject: [PATCH] removed cat << EOF hackery. Closes #2. --- doc/getting-started.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 <