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

Contents of /puppet/modules/subversion/manifests/hook/pre_commit.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2641 - (show annotations) (download)
Mon Mar 19 19:51:44 2012 UTC (12 years ago) by misc
File size: 136 byte(s)
split pre_commit and post_commit in separate file, and simplify the
layout, by renaming commit_hook to hook directly
1 define subversion::hook::pre_commit($content) {
2 hook { $name:
3 content => $content,
4 type => 'pre-commit',
5 }
6 }

  ViewVC Help
Powered by ViewVC 1.1.30