Parent Directory
|
Revision Log
split pre_commit and post_commit in separate file, and simplify the layout, by renaming commit_hook to hook directly
1 | define subversion::hook($content, $type) { |
2 | $array = split($name,'\|') |
3 | $repo = $array[0] |
4 | $script = $array[1] |
5 | file { "$repo/hooks/$type.d/$script": |
6 | content => $content, |
7 | mode => '0755', |
8 | } |
9 | } |
Name | Value |
---|---|
svn:keywords | "ID Date Rev" |
ViewVC Help | |
Powered by ViewVC 1.1.28 |