/[adm]/puppet/modules/restrictshell/templates/membersh-conf.pl
ViewVC logotype

Annotation of /puppet/modules/restrictshell/templates/membersh-conf.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (hide annotations) (download)
Tue Nov 2 17:55:53 2010 UTC (13 years, 5 months ago) by boklm
File MIME type: text/plain
File size: 353 byte(s)
add module to install shell to restrict access to only svn, git, and later package submit
1 boklm 78 $use_svn = "<%= allow_svn %>";
2     $bin_svn = "/usr/bin/svnserve";
3     $regexp_svn = "^svnserve -t\$";
4     #@prepend_args_svn = ( '-r', '/svn' );
5     @prepend_args_svn = ();
6    
7     $use_git = "<%= allow_git %>";
8     $bin_git = "/usr/bin/git-shell";
9    
10     $use_rsync = "<%= allow_rsync %>";
11     $bin_rsync = "/usr/bin/rsync";
12     $regexp_rsync = "^rsync --server";
13     $regexp_dir_rsync = "^/.*";

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.30