Revision
477
Author
dmorgan
Date
2010-11-26 16:03:12 +0100 (Fri, 26 Nov 2010)

Log Message

do snapshots of the custom bugzilla template

Modified Paths

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"
+    }
+
+