/[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 421 by misc, Tue Nov 23 16:01:26 2010 UTC revision 477 by dmorgan, Fri Nov 26 15:03:12 2010 UTC
# Line 1  Line 1 
1  class bugzilla {  class bugzilla {
2    
3       $bugzilla_location = "/usr/share/bugzilla/template/en/custom"
4    
5      package { 'bugzilla':      package { 'bugzilla':
6          ensure => installed;          ensure => installed;
7      }      }
# Line 33  class bugzilla { Line 35  class bugzilla {
35      }      }
36  }  }
37    
38        subversion::snapshot { $bugzilla_location:
39          source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
40        }
41    
42    

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

  ViewVC Help
Powered by ViewVC 1.1.30