From: Silvio Rhatto Date: Wed, 4 May 2016 14:15:51 +0000 (-0300) Subject: Use 0027 umask X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7d396a010325bd7a1a55d9ad946e4c34901b059e;p=puppet-git.git Use 0027 umask --- diff --git a/files/gitolite.rc.jessie b/files/gitolite.rc.jessie index 8efc534..04b8fd4 100644 --- a/files/gitolite.rc.jessie +++ b/files/gitolite.rc.jessie @@ -18,7 +18,7 @@ # default umask gives you perms of '0700'; see the rc file docs for # how/why you might change this - UMASK => 0077, + UMASK => 0027, # look for "git-config" in the documentation GIT_CONFIG_KEYS => 'gitweb\.owner gitweb\.description',