Modified: puppet/modules/bugzilla/manifests/init.pp
===================================================================
--- puppet/modules/bugzilla/manifests/init.pp 2010-11-26 12:48:53 UTC (rev 476)
+++ puppet/modules/bugzilla/manifests/init.pp 2010-11-26 15:03:12 UTC (rev 477)
@@ -1,5 +1,7 @@
class bugzilla {
+ $bugzilla_location = "/usr/share/bugzilla/template/en/custom"
+
package { 'bugzilla':
ensure => installed;
}
@@ -33,3 +35,8 @@
}
}
+ subversion::snapshot { $bugzilla_location:
+ source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
+ }
+
+