puppetlabs-apache
puppetlabs-apache copied to clipboard
Declare modules apache with Hiera
Hello i don't find how to declare a list of apache module in hiera I want to add remoteip, xml2enc by example but with hiera In puppet it's ok with
apache::mod { 'proxy_ajp': }
apache::mod { 'proxy_html': }
apache::mod { 'alias': }
apache::mod { 'xml2enc': }
apache::mod { 'remoteip': }
but how do it with hiera
Thx
I've been moving to automatically include the needed modules if you pass parameters to apache::vhost, but it's not complete.
You can also override apache::default_mods, but note that you then disable all default mods.
How do you override the default_mods in hiera ? possibility to give an example with a few modules, please
With apache::vhost, you say it's possible to pass modules ? it is published ? how do ?
Thank in advance