puppetlabs/apache: override variable

9 views
Skip to first unread message

Helmut Schneider

unread,
Jun 13, 2016, 9:52:15 AM6/13/16
to puppet...@googlegroups.com
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.

Reply all
Reply to author
Forward
0 new messages