aboutsummaryrefslogtreecommitdiff
path: root/templates/deploy.sh.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-03-29 13:37:52 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-03-29 13:37:52 -0300
commit7b7a6a566974bc35687dfb1516eafd1421301c97 (patch)
tree3b56e5ea26b97af3bd289038712afda126b49b1e /templates/deploy.sh.erb
parenta39336ce95733ec434758d18ea05e0466c881fec (diff)
downloadpuppet-ikiwiki-7b7a6a566974bc35687dfb1516eafd1421301c97.tar.gz
puppet-ikiwiki-7b7a6a566974bc35687dfb1516eafd1421301c97.tar.bz2
Use gitolite as the default git implementation
Diffstat (limited to 'templates/deploy.sh.erb')
-rw-r--r--templates/deploy.sh.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/deploy.sh.erb b/templates/deploy.sh.erb
index 4bbfb43..86150aa 100644
--- a/templates/deploy.sh.erb
+++ b/templates/deploy.sh.erb
@@ -7,8 +7,8 @@ SITE=$BASE/$NAME
CONF="/etc/ikiwiki"
WEB_OWNER="www-data"
WEB_GROUP="www-data"
-REPO_OWNER="gitosis"
-REPO_GROUP="gitosis"
+REPO_OWNER="<%= scope.lookupvar('ikiwiki:git_implementation') %>"
+REPO_GROUP="<%= scope.lookupvar('ikiwiki:git_implementation') %>"
REPO="/var/git/repositories/$NAME.git"
if [ -z "$INSTANCE" ]; then