aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/var.pp
blob: 636b9bc5453c4b8904a57e27a3dc1dad06f43161 (plain)
1
2
3
4
5
6
7
# $httpdlogs_rotate:
#   number of time the log file are rotated before being removed
class apache::var(
    $httpdlogs_rotate = '24',
    $apache_user = 'apache',
    $apache_group = 'apache'
) {}