HA proxy module with dynamic parameters from external Application
from external web service I will be getting the Load balancer host name ,web1, web2 hostname. as soon as i receive the request from external web service I need to configure HA proxy using Puppet, how can I do this?
You will probably want use the puppetlabs/haproxy modules (https://forge.puppet.com/puppetlabs/haproxy/0.4.1) and execute "puppet apply -e 'class{ 'haproxy': ....}"