/[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 2506 - (show annotations) (download)
Fri Mar 16 22:46:19 2012 UTC (12 years, 1 month ago) by misc
File size: 331 byte(s)
split and clean lots of buildsystem submodule
1 define buildsystem::media_cfg() {
2 $arch = $name
3 file { "$buildsystem::base::repository_root/distrib/cauldron/$arch/media/media_info/media.cfg":
4 owner => $buildsystem::base::sched_login,
5 group => $buildsystem::base::sched_login,
6 source => "puppet:///modules/buildsystem/$arch/media.cfg",
7 }
8 }
9
10

  ViewVC Help
Powered by ViewVC 1.1.30