[Mageia-sysadm] [477] do snapshots of the custom bugzilla template

root at mageia.org root at mageia.org
Fri Nov 26 16:03:12 CET 2010


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:
--------------
    puppet/modules/bugzilla/manifests/init.pp

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"
+    }
+
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101126/e040bceb/attachment.html>


More information about the Mageia-sysadm mailing list