aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-07-15 18:48:47 +0000
committerNicolas Vigier <boklm@mageia.org>2013-07-15 18:48:47 +0000
commit1b47d3342b8fc66cbe630b7627c963ba7b757804 (patch)
tree08470b010d379cd48d7167622fdfcd3925d2bdcc /deployment/mgagit
parentb65bf1206a7713dfaa8a6bee0ba8ccf82a427564 (diff)
downloadpuppet-1b47d3342b8fc66cbe630b7627c963ba7b757804.tar
puppet-1b47d3342b8fc66cbe630b7627c963ba7b757804.tar.gz
puppet-1b47d3342b8fc66cbe630b7627c963ba7b757804.tar.bz2
puppet-1b47d3342b8fc66cbe630b7627c963ba7b757804.tar.xz
puppet-1b47d3342b8fc66cbe630b7627c963ba7b757804.zip
gitolite.rc: add gitweb.owner to the list of allowed config keys
Diffstat (limited to 'deployment/mgagit')
-rw-r--r--deployment/mgagit/templates/gitolite.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mgagit/templates/gitolite.rc b/deployment/mgagit/templates/gitolite.rc
index d87f1266..f4f671d2 100644
--- a/deployment/mgagit/templates/gitolite.rc
+++ b/deployment/mgagit/templates/gitolite.rc
@@ -21,7 +21,7 @@
UMASK => 0022,
# look for "git-config" in the documentation
- GIT_CONFIG_KEYS => 'gitweb\.description hooks\.mailinglist hooks\.emailprefix hooks\.noemail',
+ GIT_CONFIG_KEYS => 'gitweb\.description gitweb\.owner hooks\.mailinglist hooks\.emailprefix hooks\.noemail',
# comment out if you don't need all the extra detail in the logfile
LOG_EXTRA => 1,