/[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 399 by blino, Mon Nov 22 13:59:56 2010 UTC revision 403 by blino, Mon Nov 22 23:29:03 2010 UTC
# Line 26  class buildsystem { Line 26  class buildsystem {
26          package { $package_list:          package { $package_list:
27              ensure => "installed"              ensure => "installed"
28          }          }
29    
30            include apache
31            apache::vhost_other_app { "repository.$domain":
32                vhost_file => "buildsystem/vhost_bugs.conf",
33            }
34    
35      }      }
36    
37      class buildnode inherits base {      class buildnode inherits base {

Legend:
Removed from v.399  
changed lines
  Added in v.403

  ViewVC Help
Powered by ViewVC 1.1.30