Merge pull request #8 from rtyler/chicken-dinner

Tidy up the place
This commit is contained in:
Gary Larizza 2012-07-08 21:12:05 -07:00
commit f9d9760f96
4 changed files with 28 additions and 14 deletions

3
deployment/puppet/haproxy/.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "spec/fixtures/modules/concat"]
path = spec/fixtures/modules/concat
url = git://github.com/ripienaar/puppet-concat.git

View File

@ -1,14 +0,0 @@
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!
License
-------
Apache 2.0
Contact
-------
Gary Larizza <gary@puppetlabs.com>

View File

@ -0,0 +1,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>

@ -0,0 +1 @@
Subproject commit 52dbf4a61a0a47b82b5213def9fe19b7af47a498