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

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

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

revision 304 by misc, Fri Nov 19 00:24:21 2010 UTC revision 305 by misc, Fri Nov 19 00:24:22 2010 UTC
# Line 91  class subversion { Line 91  class subversion {
91                  mode => 755,                  mode => 755,
92                  content => template("subversion/hook_sendmail.pl")                  content => template("subversion/hook_sendmail.pl")
93              }              }
94          }            }
95    
96            if $extract_dir {
97                file { "$name/hooks/post-commit.d/extract_dir":
98                    ensure => present,
99                    owner => root,
100                    group => root,
101                    mode => 755,
102                    content => template("subversion/hook_extract.pl")
103                }
104            }
105            
106      }        }  
107    

Legend:
Removed from v.304  
changed lines
  Added in v.305

  ViewVC Help
Powered by ViewVC 1.1.30