Parent Directory
|
Revision Log
Create apache::var and move apache config options Move apache options to apache::var class
1 | # $httpdlogs_rotate: |
2 | # number of time the log file are rotated before being removed |
3 | class apache::var( |
4 | $httpdlogs_rotate = '24', |
5 | $apache_user = 'apache', |
6 | $apache_group = 'apache' |
7 | ) {} |
ViewVC Help | |
Powered by ViewVC 1.1.28 |