summaryrefslogtreecommitdiff
path: root/README.md
blob: 10657abfa1e3d8ce7e823f6a70b42ef13a999238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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:

1. `gem install puppetlabs_spec_helper`
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>