solar/resources/haproxy_config
2015-07-16 09:04:59 +02:00
..
actions Working mariadb -> keystone -> haproxy connections 2015-06-02 14:23:47 +02:00
templates Working mariadb -> keystone -> haproxy connections 2015-06-02 14:23:47 +02:00
meta.yaml Working mariadb -> keystone -> haproxy connections 2015-06-02 14:23:47 +02:00
README.md Add some README's to couple of resources 2015-07-16 09:04:59 +02:00

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.