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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2638 - (show annotations) (download)
Mon Mar 19 19:44:33 2012 UTC (12 years ago) by misc
File size: 589 byte(s)
small cleanup of the module buildsystem
1 class buildsystem {
2 # A script to copy on valstar the 2010.1 rpms built on jonund
3 class sync20101 inherits base {
4 $build_login = $buildsystem::iurt::user::login
5 # TODO user iurt::user::homedir too
6 local_script { 'sync2010.1':
7 content => template('buildsystem/sync2010.1'),
8 }
9 }
10
11 # a script to build 2010.1 packages. used on jonund
12 class iurt20101 inherits base {
13 $build_login = $buildsystem::iurt::user::login
14 local_script { 'iurt2010.1':
15 content => template('buildsystem/iurt2010.1'),
16 }
17 }
18 }

  ViewVC Help
Powered by ViewVC 1.1.30