diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-17 13:05:40 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-17 13:05:40 -0300 |
commit | 3e438b927c091187971e78a9c6dc151f76f2c4ed (patch) | |
tree | 545414d428e90a327c0a247a4fb28d607f07cbf7 /manifests | |
parent | 4384492539dd9a76d8c9b9a16a19e156e2ad13a9 (diff) | |
download | puppet-apache-3e438b927c091187971e78a9c6dc151f76f2c4ed.tar.gz puppet-apache-3e438b927c091187971e78a9c6dc151f76f2c4ed.tar.bz2 |
Default user and group
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |