From 6a037041d04a2e35af8340ebc1a3eb441deaaa53 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 6 Jan 2012 16:14:10 +0000 Subject: place the variable near the only configuration file that use it --- modules/apache/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/apache/manifests/init.pp') diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp index 7dd8e81b..19a47e98 100644 --- a/modules/apache/manifests/init.pp +++ b/modules/apache/manifests/init.pp @@ -1,7 +1,6 @@ class apache { class base { - $php_date_timezone = "UTC" # number of time the log file are rotated before being removed $httpdlogs_rotate = "24" @@ -57,6 +56,7 @@ class apache { } class mod_php inherits base { + $php_date_timezone = "UTC" package { "apache-mod_php": ensure => installed } -- cgit v1.2.1