diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-05-04 11:15:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-05-04 11:15:51 -0300 |
commit | 7d396a010325bd7a1a55d9ad946e4c34901b059e (patch) | |
tree | 6c9e05b49715d872345e30b78c8b64206e4c9a30 | |
parent | e20868801a04f2cc4a0b83d121ea80c3901e252b (diff) | |
download | puppet-git-7d396a010325bd7a1a55d9ad946e4c34901b059e.tar.gz puppet-git-7d396a010325bd7a1a55d9ad946e4c34901b059e.tar.bz2 |
Use 0027 umask
-rw-r--r-- | files/gitolite.rc.jessie | 2 |
1 files changed, 1 insertions, 1 deletions
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', |