/[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 808 by misc, Sun Jan 16 13:15:31 2011 UTC revision 809 by misc, Sun Jan 16 13:15:33 2011 UTC
# Line 55  class subversion { Line 55  class subversion {
55              content => template('subversion/no_empty_message')              content => template('subversion/no_empty_message')
56          }          }
57    
58            file { "$local_dir/pre-revprop-change":
59                ensure => present,
60                owner => root,
61                group => root,
62                mode => 755,
63                content => template('subversion/pre-revprop-change')
64            }
65    
66          # TODO : add check for          # TODO : add check for
67          #    - ym       perl -MYAML -e 'YAML::LoadFile("-");'          #    - ym       perl -MYAML -e 'YAML::LoadFile("-");'
68          #    - tt       ( do not seem to be possible, but this would be great )          #    - tt       ( do not seem to be possible, but this would be great )

Legend:
Removed from v.808  
changed lines
  Added in v.809

  ViewVC Help
Powered by ViewVC 1.1.30