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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2528 - (hide 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 misc 2506 define buildsystem::media_cfg() {
2 misc 2528 include buildsystem::repository
3 misc 2506 $arch = $name
4 misc 2528 file { "$buildsystem::repository::root/distrib/cauldron/$arch/media/media_info/media.cfg":
5 misc 2506 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