From 2e242bf48733e92847473c0de75bc23b171c5340 Mon Sep 17 00:00:00 2001 From: John Keates Date: Wed, 25 Feb 2015 21:05:40 +0100 Subject: [PATCH] Update Readme.rst formatting --- README.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 47d9b08..fb74444 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,7 @@ haproxy ======= ---- -haproxy -------- +**haproxy:** Install, configure and run haproxy based on: @@ -53,7 +51,7 @@ Currently, only a handful of options can be set using the pillar: + redirect: if set, can be used to redirect; simply a string, not parsed + servers: a list of servers this backend will contact, is looped over; per server you can set: - + name: name of the server for haproxy - + host: the host to be contacted - + port: the port to contact the server on - + check: set to check to enable checking \ No newline at end of file + + name: name of the server for haproxy + + host: the host to be contacted + + port: the port to contact the server on + + check: set to check to enable checking \ No newline at end of file