aboutsummaryrefslogtreecommitdiff
path: root/templates/ikiwiki.setup.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/ikiwiki.setup.erb
parenta39336ce95733ec434758d18ea05e0466c881fec (diff)
downloadpuppet-ikiwiki-7b7a6a566974bc35687dfb1516eafd1421301c97.tar.gz
puppet-ikiwiki-7b7a6a566974bc35687dfb1516eafd1421301c97.tar.bz2
Use gitolite as the default git implementation
Diffstat (limited to 'templates/ikiwiki.setup.erb')
-rw-r--r--templates/ikiwiki.setup.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ikiwiki.setup.erb b/templates/ikiwiki.setup.erb
index 1c90988..f9f08bb 100644
--- a/templates/ikiwiki.setup.erb
+++ b/templates/ikiwiki.setup.erb
@@ -65,7 +65,7 @@ use IkiWiki::Setup::Standard {
cgi => 1,
wrapper => "<%= scope.lookupvar('ikiwiki::sites_folder') %>/<%= name %>/ikiwiki/ikiwiki.cgi",
wrappermode => "06550",
- wrappergroup => "gitosis",
+ wrappergroup => "<%= scope.lookupvar('ikiwiki:git_implementation') %>",
},
#{
# # The svn post-commit wrapper.
@@ -85,7 +85,7 @@ use IkiWiki::Setup::Standard {
# what you want.
wrapper => "/var/git/repositories/<%= name %>.git/hooks/post-update",
wrappermode => "06550",
- wrappergroup => "gitosis",
+ wrappergroup => "<%= scope.lookupvar('ikiwiki:git_implementation') %>",
},
#{
# # The monotone netsync hook.