summaryrefslogtreecommitdiff
path: root/README.md
blob: 9c1f90cf208cabc52041bdc2f1179881598863ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# haproxy

This haproxy uses storeconfigs to collect and realize balancer member servers
on a load balancer server.  Currently Redhat family OSes are supported, but
support for other OS Families shouldn't be too difficult to merge in.  Pull
requests accepted!

## Hacking

After cloning the repository, execute `git submodule update --init` to pull in
any dependencies needed to test the module locally.

1. `git submodule update --init`
1. `rake spec` # To run the tests
1. Hack Hack Hack # Adding tests hopefully!
1. Commit and send a pull request!

## License

Apache 2.0

## Contact

Gary Larizza <gary@puppetlabs.com>