/[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 2153 by misc, Sun Jan 8 12:19:19 2012 UTC revision 2157 by misc, Sun Jan 8 13:11:47 2012 UTC
# Line 5  class buildsystem { Line 5  class buildsystem {
5          $homedir = "/var/lib/maintdb"          $homedir = "/var/lib/maintdb"
6          $dbdir = "$homedir/db"          $dbdir = "$homedir/db"
7          $binpath = "/usr/local/sbin/maintdb"          $binpath = "/usr/local/sbin/maintdb"
         $wrappath = "/usr/local/bin/wrapper.maintdb"  
8          $dump = "/var/www/bs/data/maintdb.txt"          $dump = "/var/www/bs/data/maintdb.txt"
9          $unmaintained = "/var/www/bs/data/unmaintained.txt"          $unmaintained = "/var/www/bs/data/unmaintained.txt"
10    
# Line 30  class buildsystem { Line 29  class buildsystem {
29              content => template("buildsystem/maintdb/maintdb.bin")              content => template("buildsystem/maintdb/maintdb.bin")
30          }          }
31    
32          file { "$wrappath":          local_script { "wrapper.maintdb":
             mode => 755,  
33              content => template("buildsystem/maintdb/wrapper.maintdb")              content => template("buildsystem/maintdb/wrapper.maintdb")
34          }          }
35    

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

  ViewVC Help
Powered by ViewVC 1.1.30