/[adm]/puppet/modules/buildsystem/manifests/media_cfg.pp
ViewVC logotype

Contents of /puppet/modules/buildsystem/manifests/media_cfg.pp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2821 - (show annotations) (download)
Thu Aug 30 18:26:51 2012 UTC (11 years, 7 months ago) by boklm
File size: 416 byte(s)
use common media.cfg template file for all distros and archs
1 define buildsystem::media_cfg($distro, $arch, $templatefile = 'buildsystem/media.cfg') {
2 include buildsystem::scheduler::var
3 include buildsystem::repository
4
5 file { "${buildsystem::repository::dir}/distrib/${distro}/${arch}/media/media_info/media.cfg":
6 owner => $buildsystem::base::sched_login,
7 group => $buildsystem::base::sched_login,
8 content => template($templatefile),
9 }
10 }

  ViewVC Help
Powered by ViewVC 1.1.30