summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2009-02-09 19:40:58 +0000
committerandreas <andreas@immerda.ch>2009-02-09 19:40:58 +0000
commit46048ca1d20ff884cd128993e02cbf8cc876c593 (patch)
treeaed79c552bdcbd9734c5bfd737d25a991c19e7ec /manifests
parent6fca1962614ce432068cf5e72ec085022844e560 (diff)
rename variables; put in braces because of the dots
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 8220e28..337dce4 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 => $documentroot_owner,
- runas_group => $documentroot_group
+ cloneddir_user => $documentroot_owner,
+ cloneddir_group => $documentroot_group
}
# create and/or put correct permissions
apache::vhost::webdir{$name: