/[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 307 by misc, Fri Nov 19 00:46:14 2010 UTC revision 308 by misc, Fri Nov 19 00:53:05 2010 UTC
# Line 126  class subversion { Line 126  class subversion {
126                  content => template("subversion/hook_extract.pl")                  content => template("subversion/hook_extract.pl")
127              }              }
128          }          }
129        
130      }            $pre_commit_check = ['no_commit_log','no_root']
131            $pre_commit_check += $syntax_check
132    
133            file { "$name/hooks/pre-commit.d/$pre_commit_check":
134                ensure => "/usr/local/share/subversion/pre-commit.d/$pre_commit_check",
135                owner => root,
136                group => root,
137                mode => 755
138            }
139    
140        }
141    
142    
143      class client {      class client {

Legend:
Removed from v.307  
changed lines
  Added in v.308

  ViewVC Help
Powered by ViewVC 1.1.30