/[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 2528 - (show annotations) (download)
Fri Mar 16 22:47:03 2012 UTC (12 years, 1 month ago) by misc
File size: 362 byte(s)
refactor and split all operation for the repository ( ie /distrib/bootstrap, that should be renamed one day, since that's not longer a bootstrap ) in one submodule, thus emptying a little bit more mainnode.pp
1 define buildsystem::media_cfg() {
2 include buildsystem::repository
3 $arch = $name
4 file { "$buildsystem::repository::root/distrib/cauldron/$arch/media/media_info/media.cfg":
5 owner => $buildsystem::base::sched_login,
6 group => $buildsystem::base::sched_login,
7 source => "puppet:///modules/buildsystem/$arch/media.cfg",
8 }
9 }
10
11

  ViewVC Help
Powered by ViewVC 1.1.30