Hi all,
Puppetlab apache module [1] by default purges everything under /etc/httpd/conf.d . If you want to add an extra file, you must use apache::vhost.
I'm writing a module for managin thruk. The trhuk rpm packge provides a apache conf file (/etc/httpd/conf.d/thruk.conf). At this point I'm wondering what is the best way for "translating" the conf file provided by the rpm into a apache:vhost.
Is there any automatic way for writing the apache::vhost from a http conf file (something like puppet resource ... ? )
How do other people deal with this?
TIA,
Arnau