solar/resources/haproxy_config
Jedrzej Nowak 4ce8abf42e Fixed haproxy meta.yaml input type 2015-11-23 13:14:42 +01:00
..
actions Fixed haproxy resource 2015-09-17 14:21:17 +02:00
templates Riak cluster 3 nodes example 2015-08-17 20:27:05 +02:00
README.md Add some README's to couple of resources 2015-07-16 09:04:59 +02:00
meta.yaml Fixed haproxy meta.yaml input type 2015-11-23 13:14:42 +01:00

README.md

haproxy_config resource

This resource represents configuration for the haproxy_service resource. Each service represented by Haproxy is connected to this resource via haproxy_service_config resource. This is because in Haproxy there is no support for something like /etc/haproxy/conf.d directory where you put each config in a separate file, but instead you must collect all configuration in one file.

So this resource renders this file from data provided by collecting individual haproxy_service_config data.