/[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 800 by misc, Fri Jan 14 02:40:32 2011 UTC revision 805 by misc, Sun Jan 16 13:15:28 2011 UTC
# Line 15  class git { Line 15  class git {
15          file { "$git_base_path":          file { "$git_base_path":
16              ensure => directory              ensure => directory
17          }          }
18            
19            file { "/usr/local/bin/create_git_repo.sh":
20                 ensure => present,
21                 owner => root,
22                 group => root,
23                 mode => 755,
24                 content => template('git/create_git_repo.sh')
25            }
26    
27    
28          # TODO          # TODO
29          # define common syntax check, see svn          # define common syntax check, see svn

Legend:
Removed from v.800  
changed lines
  Added in v.805

  ViewVC Help
Powered by ViewVC 1.1.30