/[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 477 by dmorgan, Fri Nov 26 15:03:12 2010 UTC revision 478 by dmorgan, Fri Nov 26 15:20:50 2010 UTC
# Line 33  class bugzilla { Line 33  class bugzilla {
33      apache::vhost_other_app { "bugs.$domain":      apache::vhost_other_app { "bugs.$domain":
34        vhost_file => "bugzilla/vhost_bugs.conf",        vhost_file => "bugzilla/vhost_bugs.conf",
35      }      }
36  }  
37        file { "custom":
38          path => "/usr/share/bugzilla/template/en/custom",
39          ensure => directory,
40          owner => root,
41          group => apache,
42          mode => 700,
43          recurse => true
44        }
45    
46      subversion::snapshot { $bugzilla_location:      subversion::snapshot { $bugzilla_location:
47        source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"        source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
48      }      }
49    }
   

Legend:
Removed from v.477  
changed lines
  Added in v.478

  ViewVC Help
Powered by ViewVC 1.1.30