From 7b71b9ea99e7fd67f36512d59ff778d5a7774623 Mon Sep 17 00:00:00 2001 From: Riseup Labs Date: Mon, 25 Feb 2013 11:29:06 -0500 Subject: Move dependencies block to the top Move dependencies block above the basic usage section --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5abacbd..22e8082 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ PuppetLabs Module for haproxy HAProxy is an HA proxying daemon for load-balancing to clustered services. It can proxy TCP directly, or other kinds of traffic such as HTTP. +Dependencies +------------ + +Tested and built on Ubuntu and CentOS + +Currently requires the ripienaar/concat module on the Puppet Forge and uses storeconfigs on the Puppet Master to export/collect resources +from all balancer members. + Basic Usage ----------- @@ -58,13 +66,6 @@ which is serving loadbalanced traffic. the `listening_service` attribute will associate it with `haproxy::listen` directives on the haproxy node. `ipaddresses` and `ports` will be assigned to the member to be contacted on. If an array of `ipaddresses` and `server_names` are provided then they will be added to the config in lock-step. -Dependencies ------------- - -Tested and built on Ubuntu and CentOS - -Currently requires the ripienaar/concat module on the Puppet Forge and uses storeconfigs on the Puppet Master to export/collect resources -from all balancer members. Copyright and License --------------------- -- cgit v1.2.3