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

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

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

revision 339 by dmorgan, Thu Nov 18 20:23:56 2010 UTC revision 340 by misc, Sat Nov 20 11:52:54 2010 UTC
# Line 10  class bugzilla { Line 10  class bugzilla {
10      file { '/etc/bugzilla/localconfig':      file { '/etc/bugzilla/localconfig':
11        ensure => present,        ensure => present,
12        owner => root,        owner => root,
13        group => root,        group => apache,
14        mode => 644,        mode => 640,
15        content => template("bugzilla/localconfig")        content => template("bugzilla/localconfig")
16      }      }
17    
# Line 19  class bugzilla { Line 19  class bugzilla {
19      file { '/var/lib/bugzilla/params':      file { '/var/lib/bugzilla/params':
20        ensure => present,        ensure => present,
21        owner => root,        owner => root,
22        group => root,        group => apache,
23        mode => 644,        mode => 640,
24        content => template("bugzilla/params")        content => template("bugzilla/params")
25      }      }
26    
# Line 30  class bugzilla { Line 30  class bugzilla {
30        }        }
31    
32      apache::vhost_other_app { "bugs.$domain":      apache::vhost_other_app { "bugs.$domain":
33        vhost_file => "bugzilla/vhost_bugs.mageia.org.conf",        vhost_file => "bugzilla/vhost_bugs.conf",
34      }      }
35  }  }
36    

Legend:
Removed from v.339  
changed lines
  Added in v.340

  ViewVC Help
Powered by ViewVC 1.1.30