summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiseup Labs <labs@riseup.net>2013-02-25 11:29:06 -0500
committerRiseup Labs <labs@riseup.net>2013-02-25 11:29:06 -0500
commit7b71b9ea99e7fd67f36512d59ff778d5a7774623 (patch)
tree1511b0aba6de5c98702bfd45640544d149d02c5d
parent9310fb255817ce1f1309fc17bcf62d444f50f8d8 (diff)
Move dependencies block to the top
Move dependencies block above the basic usage section
-rw-r--r--README.md15
1 files 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
---------------------