aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/youri_submit_conf.pp
blob: 9281713efe2feab5ce12fb7f72aaf1f7ea145836 (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),
    }
}