aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/youri_submit_conf.pp
blob: 28b911d932b658fa36bb60f8ed172fc64a6cc042 (plain)
1
2
3
4
5
6
define buildsystem::youri_submit_conf($tmpl_file) {
    $conf_name = $name
    file { "/etc/youri/submit-${conf_name}.conf":
        content => template($tmpl_file),
    }
}