diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-09-03 09:16:49 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-09-03 09:16:49 +0000 |
commit | f7ab90b83364081f80131ccda04e2f5e2030b070 (patch) | |
tree | 52d6d1e87029507d436ecfadeb19604546c7a34b /manifests | |
parent | 1ec41a38798a717d2d1404634ffe806b3fc88720 (diff) | |
download | puppet-f7ab90b83364081f80131ccda04e2f5e2030b070.tar puppet-f7ab90b83364081f80131ccda04e2f5e2030b070.tar.gz puppet-f7ab90b83364081f80131ccda04e2f5e2030b070.tar.bz2 puppet-f7ab90b83364081f80131ccda04e2f5e2030b070.tar.xz puppet-f7ab90b83364081f80131ccda04e2f5e2030b070.zip |
Don't allow git access for regular users
Git should be used with git user only (through gitolite).
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes/valstar.pp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/nodes/valstar.pp b/manifests/nodes/valstar.pp index 3a64001b..1691a491 100644 --- a/manifests/nodes/valstar.pp +++ b/manifests/nodes/valstar.pp @@ -21,7 +21,6 @@ node valstar { include mgasoft include access_classes::committers - include restrictshell::allow_git include restrictshell::allow_svn include restrictshell::allow_pkgsubmit include restrictshell::allow_maintdb |