/[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 1957 by misc, Wed Aug 17 22:52:32 2011 UTC revision 1958 by misc, Thu Aug 18 00:22:13 2011 UTC
# Line 37  class bugzilla { Line 37  class bugzilla {
37        owner => root,        owner => root,
38        group => apache,        group => apache,
39        mode => 640,        mode => 640,
40        content => template("bugzilla/params")        content => template("bugzilla/params"),
41        require => Package[bugzilla],        require => Package[bugzilla],
42      }      }
43    
# Line 69  class bugzilla { Line 69  class bugzilla {
69        group => apache,        group => apache,
70        mode => 640,        mode => 640,
71        recurse => true,        recurse => true,
72        require => Subversion::Snapshot[$bugzilla_location]        require => Subversion::Snapshot[$bugzilla_location],
73      }      }
74  }  }

Legend:
Removed from v.1957  
changed lines
  Added in v.1958

  ViewVC Help
Powered by ViewVC 1.1.30