Puppet module to dynamically configure haproxy on Redhat family OSes using storeconfigs
Go to file
Gary Larizza 580e831fbb Commit spec tests for the haproxy module
Previously, the haproxy module didn't provide rspec tests for the class
or defined resource types.  This commit adds the tests, a spec_helper
file, and a rakefile so you can do `rake spec` and automatically run the
tests.

I've also committed a symlink in the
spec/fixtures/modules/haproxy directory so the rspec-puppet tests will
FIND the haproxy class/defined resource types, but I HAVE NOT committed
a symlink so that it will find the concat class (which is a dependency
for this module).  If you choose to run the tests, you must symlink the
concat module in the spec/fixtures/modules directory before the spec
tests will pass.
2012-05-09 16:38:43 -07:00
manifests Use array in config class default 2012-05-09 16:36:40 -07:00
spec Commit spec tests for the haproxy module 2012-05-09 16:38:43 -07:00
templates Initial Commit 2012-05-07 14:26:21 -07:00
tests Initial Commit 2012-05-07 14:26:21 -07:00
Modulefile Initial Commit 2012-05-07 14:26:21 -07:00
README Initial Commit 2012-05-07 14:26:21 -07:00
Rakefile Commit spec tests for the haproxy module 2012-05-09 16:38:43 -07:00

README

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>