aboutsummaryrefslogtreecommitdiffstats
path: root/modules/apache/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/apache/manifests/init.pp')
-rw-r--r--modules/apache/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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
}