/[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 479 by dmorgan, Fri Nov 26 15:21:37 2010 UTC revision 480 by dmorgan, Fri Nov 26 15:36:45 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        subversion::snapshot { $bugzilla_location:
37          source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
38        }
39    
40      file { "custom":      file { "custom":
41        path => "/usr/share/bugzilla/template/en/custom",        path => "/usr/share/bugzilla/template/en/custom",
42        ensure => directory,        ensure => directory,
43        owner => root,        owner => root,
44        group => apache,        group => apache,
45        mode => 700,        mode => 640,
46        recurse => true,        recurse => true,
47        require => Subversion::Snapshot[$bugzilla_location]        require => Subversion::Snapshot[$bugzilla_location]
48      }      }
   
     subversion::snapshot { $bugzilla_location:  
       source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"  
     }  
49  }  }

Legend:
Removed from v.479  
changed lines
  Added in v.480

  ViewVC Help
Powered by ViewVC 1.1.30