aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/manifests/tmpl.pp
blob: ef188ed2bcc60f3391dc1ca74b9963bfe7a86b04 (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'),
    }
}