solar/resources/haproxy_config
Jedrzej Nowak e3b4fba8af Introduced Resource Repositories.
Works but requires manual `import`.
Removed `id` from resources.

Change-Id: I36ef63a5003ea39eb88d9076afd61215584916d9
2015-12-18 17:13:56 +01:00
..
2015-09-17 14:21:17 +02:00
2015-08-17 20:27:05 +02:00
2015-12-18 17:13:56 +01: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.