Parent Directory
|
Revision Log
mgagit: Hopefully fix my puppet syntax errors This just splits the template writer out into it's own define.
1 | define mgagit::tmpl($tmpldir, $group = $title, $ml = $title) { |
2 | file { "$tmpldir/${title}_repo.gl": |
3 | ensure => present, |
4 | owner => root, |
5 | group => root, |
6 | mode => '0644', |
7 | content => template('mgagit/group_owned_repo.gl'), |
8 | } |
9 | } |
ViewVC Help | |
Powered by ViewVC 1.1.30 |