aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/manifests/media_cfg.pp
blob: 9f7b6870217666cc8be42fce9dfa6d0007c1e7b8 (plain)
1
2
3
4
5
6
7
8
9
10
define buildsystem::media_cfg() {
    $arch = $name
    file { "$buildsystem::base::repository_root/distrib/cauldron/$arch/media/media_info/media.cfg":
        owner  => $buildsystem::base::sched_login,
        group  => $buildsystem::base::sched_login,
        source => "puppet:///modules/buildsystem/$arch/media.cfg",
    }
}