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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 429 by blino, Tue Nov 23 22:08:58 2010 UTC revision 430 by blino, Tue Nov 23 22:24:27 2010 UTC
# Line 31  class buildsystem { Line 31  class buildsystem {
31              vhost_file => "buildsystem/vhost_repository.conf",              vhost_file => "buildsystem/vhost_repository.conf",
32          }          }
33    
34            include scheduler
35            include dispatcher
36      }      }
37    
38      class buildnode inherits base {      class buildnode inherits base {
# Line 39  class buildsystem { Line 41  class buildsystem {
41    
42      class scheduler {      class scheduler {
43          # ulri                  # ulri        
44            include iurtupload
45      }      }
46    
47      class dispatcher {      class dispatcher {
48          # emi          # emi
49            include iurtupload
50        }
51    
52        class iurtupload {
53            file { "/etc/iurt/update.conf":
54                ensure => present,
55                owner => $build_login,
56                group => $build_login,
57                mode => 644,
58                require => File["/etc/iurt"],
59                content => template("buildsystem/upload.conf")
60            }
61      }      }
62            
63      class repsys {      class repsys {

Legend:
Removed from v.429  
changed lines
  Added in v.430

  ViewVC Help
Powered by ViewVC 1.1.30