Hi,

apache/manifests/init.pp defines:

  if $::apache::conf_dir and $::apache::params::conf_file {
    case $::osfamily {
      'debian': {
        $error_log            = 'error.log'
        $scriptalias          = '/usr/lib/cgi-bin'
        $access_log_file      = 'access.log'
      }

I would like to change $error_log and $access_log_file (for the server,
not for a vhost!). Can I parametrize the apache class or do I have to
change init.pp?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/xn0k77ewp1fk9ni001%40news.gmane.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to