/[adm]/puppet/deployment/mgagit/manifests/tmpl.pp
ViewVC logotype

Contents of /puppet/deployment/mgagit/manifests/tmpl.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3320 - (show annotations) (download)
Tue Aug 20 22:22:34 2013 UTC (11 years, 7 months ago) by colin
File size: 265 byte(s)
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