/[adm]/puppet/modules/apache/manifests/var.pp
ViewVC logotype

Contents of /puppet/modules/apache/manifests/var.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2916 - (show annotations) (download)
Mon Dec 10 19:54:47 2012 UTC (11 years, 4 months ago) by boklm
File size: 198 byte(s)
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.30