aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/manifests/tmpl.pp
blob: 3ef10aaab8dcc08b82ad5a08a27c7ad818584750 (plain)
1
2
3
4
5
6
7
8
9
define mgagit::tmpl($tmpldir, $group = $title, $ml = $title) {
    file { "$tmpldir/${title}_repo.gl":
      ensure  => present,
      owner   => root,
      group   => root,
      mode    => '0644',
      content => template('mgagit/group_owned_repo.gl'),
    }
}