summaryrefslogtreecommitdiff
path: root/puppet/modules/site_haproxy
AgeCommit message (Collapse)Author
2014-07-15haproxy default to couch_write, couch_read on GETAzul
METH_POST probably does not catch PUT, DESTROY etc. So instead we now use the master as the default and only use the replications for GET and HEAD requests.
2014-06-25haproxy: support read only couchdb mirrorselijah
2014-05-24move haproxy-template to modules/site_haproxyChristoph
2014-05-24remove unused variable local_portsChristoph
2014-05-22fix haproxy config if webapp and mx run on the same hostChristoph
the problem was, that both site_mx::haproxy and site_webapp::haproxy declared the same resource. I fixed it by moving that resource to site_haproxy. Since that gets included by both classes, everything works like a charm
2014-02-27nagios monitoring of haproxy nodes (Feature #2657)varac
2013-10-24stop specifying the haproxy that we provided in our repository, it is ↵Micah Anderson
available in wheezy-backports now (#4272) Change-Id: Ie0b8b69f1305f4ec8d11356acc308aad2a8c1e91
2013-04-16pass version to haproxy so that the leap package will be installedMicah Anderson
this package is a newer version than the one in debian, and as of this writing haproxy is scheduled to be removed from wheezy, also it has hardened flags enabled
2013-04-09update deprecated haproxy configuration options, set values a little lowerMicah Anderson
2013-03-19add some generic haproxy defaultsMicah Anderson