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.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/apache/manifests/init.pp b/modules/apache/manifests/init.pp
index 782a16cd..7dd8e81b 100644
--- a/modules/apache/manifests/init.pp
+++ b/modules/apache/manifests/init.pp
@@ -6,6 +6,9 @@ class apache {
# number of time the log file are rotated before being removed
$httpdlogs_rotate = "24"
+ $apache_user = 'apache'
+ $apache_group = 'apache'
+
package { "apache-mpm-prefork":
alias => apache,
ensure => installed