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

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

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

revision 2152 by misc, Sun Jan 8 11:20:15 2012 UTC revision 2153 by misc, Sun Jan 8 12:19:19 2012 UTC
# Line 27  class buildsystem { Line 27  class buildsystem {
27    
28          file { "$binpath":          file { "$binpath":
29              mode => 755,              mode => 755,
30              content => template("buildsystem/maintdb.bin")              content => template("buildsystem/maintdb/maintdb.bin")
31          }          }
32    
33          file { "$wrappath":          file { "$wrappath":
34              mode => 755,              mode => 755,
35              content => template("buildsystem/wrapper.maintdb")              content => template("buildsystem/maintdb/wrapper.maintdb")
36          }          }
37    
38          sudo::sudoers_config { "maintdb":          sudo::sudoers_config { "maintdb":
39              content => template("buildsystem/sudoers.maintdb")              content => template("buildsystem/maintdb/sudoers.maintdb")
40          }          }
41    
42          file { ["$dump","$dump.new",          file { ["$dump","$dump.new",
# Line 56  class buildsystem { Line 56  class buildsystem {
56    
57          apache::vhost_base { "maintdb.$domain":          apache::vhost_base { "maintdb.$domain":
58              location => $dbdir,              location => $dbdir,
59              content => template("buildsystem/vhost_maintdb.conf"),              content => template("buildsystem/maintdb/vhost_maintdb.conf"),
60          }          }
61      }      }
62  }  }

Legend:
Removed from v.2152  
changed lines
  Added in v.2153

  ViewVC Help
Powered by ViewVC 1.1.30