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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 205 - (hide annotations) (download)
Mon Nov 8 01:54:30 2010 UTC (13 years, 5 months ago) by misc
Original Path: puppet/modules/iurt/manifests/init.pp
File size: 557 byte(s)
- no need to have a hidden file in the svn repository and puppet config
1 dmorgan 88 class iurt {
2 dmorgan 86
3     # build node common settings
4     # we could have the following skip list to use less space:
5     # '/(drakx-installer-binaries|drakx-installer-advertising|gfxboot|drakx-installer-stage2|mandriva-theme)/'
6     $package_list = ['task-bs-cluster-chroot', 'iurt']
7     package { $package_list:
8     ensure => installed;
9     }
10    
11     file { '/home/buildbot/.iurt.cauldron.conf':
12     ensure => present,
13     owner => buildbot,
14     group => buildbot,
15     mode => 644,
16 misc 205 content => template("iurt/iurt.cauldron.conf")
17 dmorgan 86 }
18    
19     }
20    

  ViewVC Help
Powered by ViewVC 1.1.30