summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2009-02-09 19:01:07 +0000
committerandreas <andreas@immerda.ch>2009-02-09 19:01:07 +0000
commit6fca1962614ce432068cf5e72ec085022844e560 (patch)
tree9be46da19a2b74b386bd0976ea63411a1bf75b8b /manifests
parent213fc42f3413ba9300bf770380dfb3a083e5f915 (diff)
runas_user documentroot_owner
Diffstat (limited to 'manifests')
-rw-r--r--manifests/defines/vhost_varieties.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/defines/vhost_varieties.pp b/manifests/defines/vhost_varieties.pp
index 99f3378..8220e28 100644
--- a/manifests/defines/vhost_varieties.pp
+++ b/manifests/defines/vhost_varieties.pp
@@ -232,8 +232,8 @@ define apache::vhost::php::joomla(
git::clone{"git_clone_$name":
git_repo => "git://git.immerda.ch/ijoomla.git",
projectroot => $documentroot,
- runas_user => $owner,
- runas_group => $group
+ runas_user => $documentroot_owner,
+ runas_group => $documentroot_group
}
# create and/or put correct permissions
apache::vhost::webdir{$name: