Displaying 1 result from an estimated 1 matches for "apache_param".
Did you mean:
apache_params
2013 Jan 11
13
Profiles, Hiera, and create_resources('class','...')
...in general would be most helpful to us in deciding
how to go forward.
We''re using Puppet Enterprise 2.7 and plan to eventually update to 3.0
later on down the line.
Here''s an example of our new idea (I''m using the refactored apache from the
github refactor branch):
apache_params:
apache:
default_mods : true
default_vhost : false
default_ssl_vhost : false
service_enable : true
serveradmin : ''root@localhost''
sendfile : false
error_pages : false
apache_vhosts :
testvhost1.com : {
ip...