diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-07-15 18:48:47 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-07-15 18:48:47 +0000 |
commit | 1b47d3342b8fc66cbe630b7627c963ba7b757804 (patch) | |
tree | 08470b010d379cd48d7167622fdfcd3925d2bdcc /deployment | |
parent | b65bf1206a7713dfaa8a6bee0ba8ccf82a427564 (diff) | |
download | puppet-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')
-rw-r--r-- | deployment/mgagit/templates/gitolite.rc | 2 |
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, |