/[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 977 by misc, Thu Feb 10 02:24:21 2011 UTC revision 978 by misc, Thu Feb 10 02:24:22 2011 UTC
# Line 74  class git { Line 74  class git {
74              require => File["$name/git-daemon-export-ok"]              require => File["$name/git-daemon-export-ok"]
75          }          }
76    
77            file { "$name/hooks/post-receive":
78                ensure => present,
79                owner => root,
80                group => root,
81                mode => 755,
82                content => template('git/post-receive'),
83                require => File["$name/git-daemon-export-ok"]
84            }
85    
86          file { "$name/config.puppet":          file { "$name/config.puppet":
87              ensure => present,              ensure => present,
88              require => File["$name/git-daemon-export-ok"],              require => File["$name/git-daemon-export-ok"],

Legend:
Removed from v.977  
changed lines
  Added in v.978

  ViewVC Help
Powered by ViewVC 1.1.30