/[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 1851 by misc, Mon Jul 18 11:16:57 2011 UTC revision 1956 by misc, Wed Aug 17 22:52:32 2011 UTC
# Line 27  class bugzilla { Line 27  class bugzilla {
27        owner => root,        owner => root,
28        group => apache,        group => apache,
29        mode => 640,        mode => 640,
30        content => template("bugzilla/localconfig")        content => template("bugzilla/localconfig"),
31          require => Package[bugzilla],
32      }      }
33    
34    
# Line 37  class bugzilla { Line 38  class bugzilla {
38        group => apache,        group => apache,
39        mode => 640,        mode => 640,
40        content => template("bugzilla/params")        content => template("bugzilla/params")
41          require => Package[bugzilla],
42      }      }
43    
44      apache::webapp_other{"bugzilla":      apache::webapp_other{"bugzilla":
# Line 56  class bugzilla { Line 58  class bugzilla {
58      }      }
59    
60      subversion::snapshot { $bugzilla_location:      subversion::snapshot { $bugzilla_location:
61        source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"        source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk",
62          require => Package[bugzilla],
63      }      }
64    
65      file { "custom":      file { "custom":

Legend:
Removed from v.1851  
changed lines
  Added in v.1956

  ViewVC Help
Powered by ViewVC 1.1.30