/[adm]/puppet/modules/git/manifests/init.pp
ViewVC logotype

Diff of /puppet/modules/git/manifests/init.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 795 by misc, Fri Jan 14 02:40:26 2011 UTC revision 796 by misc, Fri Jan 14 02:40:27 2011 UTC
# Line 5  class git { Line 5  class git {
5      }      }
6    
7      class server inherits common {      class server inherits common {
8            $git_base_path = '/git/'
9    
10            xinetd::service { "git":
11                content => template('git/xinetd')
12            }
13    
14            file { "$git_base_path":
15                ensure => directory
16            }
17    
18          # TODO          # TODO
         # integration with xinetd for anonymous co  
         # creation of /git  
19          # define common syntax check, see svn          # define common syntax check, see svn
20          #        proper policy : no-fast-forward          #        proper policy : no-fast-forward
21          #            no branch ?          #            no branch ?

Legend:
Removed from v.795  
changed lines
  Added in v.796

  ViewVC Help
Powered by ViewVC 1.1.30