/[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 944 by misc, Wed Feb 2 19:38:51 2011 UTC revision 945 by misc, Wed Feb 2 19:38:53 2011 UTC
# Line 96  class git { Line 96  class git {
96              owner => root,              owner => root,
97              group => root,              group => root,
98              mode => 755,              mode => 755,
99              content => "#!bin/bash\nfalse",              content => "#!/bin/bash\nfalse",
100              require => Exec["git svn $name"]              require => Exec["git svn $name"]
101          }          }
102      }      }

Legend:
Removed from v.944  
changed lines
  Added in v.945

  ViewVC Help
Powered by ViewVC 1.1.30