Hi all, a somewhat newbie here who has googled and read but can't find the answer ;-).
I do _not_ want to configure puppet behind a proxy, rather I want to use puppet to configure a number of Apache servers which are themselves reverse proxies.
I have an apache server - public.my.domain - which proxies /app-1 to app-1.my.domain/app-1 via the following fragment:
A given Apache server might be proxying 10 or so apps so I would need to parameterise the hostnames (and possible context roots although they are always the same in my environment).
I looked at the puppet lab's apache module but can't quite figure out how to glue it together to do this.
Any ideas?
Thanks,
Colin