aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/templates/logrotate
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-12-10 19:54:47 +0000
committerNicolas Vigier <boklm@mageia.org>2012-12-10 19:54:47 +0000
commit0b903e5f64f283231449a48ca8b9725ec6d8245b (patch)
treec4da0bf81b05b818f753391357b6deefdeb11623 /modules/apache/templates/logrotate
parentc445c32adbefd77523970f8ec89f06e9242703f5 (diff)
downloadpuppet-0b903e5f64f283231449a48ca8b9725ec6d8245b.tar
puppet-0b903e5f64f283231449a48ca8b9725ec6d8245b.tar.gz
puppet-0b903e5f64f283231449a48ca8b9725ec6d8245b.tar.bz2
puppet-0b903e5f64f283231449a48ca8b9725ec6d8245b.tar.xz
puppet-0b903e5f64f283231449a48ca8b9725ec6d8245b.zip
Create apache::var and move apache config options
Move apache options to apache::var class
Diffstat (limited to 'modules/apache/templates/logrotate')
-rw-r--r--modules/apache/templates/logrotate2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apache/templates/logrotate b/modules/apache/templates/logrotate
index f84ae9fe..b144b2a2 100644
--- a/modules/apache/templates/logrotate
+++ b/modules/apache/templates/logrotate
@@ -1,5 +1,5 @@
/var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex {
- rotate <%= httpdlogs_rotate %>
+ rotate <%= scope.lookupvar('apache::var::httpdlogs_rotate') %>
monthly
missingok
notifempty