From 3e438b927c091187971e78a9c6dc151f76f2c4ed Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 17 Aug 2015 13:05:40 -0300 Subject: Default user and group --- manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index b1e8813..b144191 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -40,6 +40,8 @@ class apache( $remote_addr = false, $http_port = '80', $https_port = '443', + $default_user = 'www-data', + $default_group = 'www-data', ) { include ssl -- cgit v1.2.3