diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-09-01 21:09:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-09-01 21:09:31 -0300 |
commit | 91b99ab809eb7c9d9e3649235f32358074ff2830 (patch) | |
tree | a81a984217404ac45f64563e648e65f358c47906 | |
parent | bf5d44cce613be5bb8c2496a4a62c6171066c116 (diff) | |
download | puppet-git-91b99ab809eb7c9d9e3649235f32358074ff2830.tar.gz puppet-git-91b99ab809eb7c9d9e3649235f32358074ff2830.tar.bz2 |
Fixing gitolite umask
-rw-r--r-- | files/gitolite.rc.wheezy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/gitolite.rc.wheezy b/files/gitolite.rc.wheezy index a1dd058..7ed5622 100644 --- a/files/gitolite.rc.wheezy +++ b/files/gitolite.rc.wheezy @@ -29,7 +29,7 @@ $GL_WILDREPOS = 0; $PROJECTS_LIST = $ENV{HOME} . "/projects.list"; # $WEB_INTERFACE = "gitweb"; # $GITWEB_URI_ESCAPE = 0; -$REPO_UMASK = 0077; +$REPO_UMASK = 0022; # ------------------------------------------------------------------------------ # variables with an efficiency/performance impact |