We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
I've been moving to automatically include the needed modules if you pass parameters to apache::vhost, but it's not complete.
apache::vhost
You can also override apache::default_mods, but note that you then disable all default mods.
apache::default_mods
Sorry, something went wrong.
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
No branches or pull requests
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
but how do it with hiera
Thx
The text was updated successfully, but these errors were encountered: