/[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 797 by misc, Fri Jan 14 02:40:28 2011 UTC revision 798 by misc, Fri Jan 14 02:40:30 2011 UTC
# Line 32  class git { Line 32  class git {
32              creates => $name,              creates => $name,
33          }          }
34    
35            file { "$name/git-daemon-export-ok":
36                ensure => present,
37                requires => Exec["git init --bare $name"]
38            }
39      }      }
40    
41      class client inherits common {      class client inherits common {

Legend:
Removed from v.797  
changed lines
  Added in v.798

  ViewVC Help
Powered by ViewVC 1.1.30