aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-01 21:09:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-01 21:09:31 -0300
commit91b99ab809eb7c9d9e3649235f32358074ff2830 (patch)
treea81a984217404ac45f64563e648e65f358c47906
parentbf5d44cce613be5bb8c2496a4a62c6171066c116 (diff)
downloadpuppet-git-91b99ab809eb7c9d9e3649235f32358074ff2830.tar.gz
puppet-git-91b99ab809eb7c9d9e3649235f32358074ff2830.tar.bz2
Fixing gitolite umask
-rw-r--r--files/gitolite.rc.wheezy2
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