From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000971.html | 99 +++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000971.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000971.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000971.html b/zarb-ml/mageia-sysadm/2010-November/000971.html new file mode 100644 index 000000000..9ca1b1ffe --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000971.html @@ -0,0 +1,99 @@ + + + + [Mageia-sysadm] [478] requires the svn snapshot + + + + + + + + + +

[Mageia-sysadm] [478] requires the svn snapshot

+ root at mageia.org + root at mageia.org +
+ Fri Nov 26 16:20:50 CET 2010 +

+
+ +
Revision: 478
+Author:   dmorgan
+Date:     2010-11-26 16:20:50 +0100 (Fri, 26 Nov 2010)
+Log Message:
+-----------
+requires the svn snapshot
+
+Modified Paths:
+--------------
+    puppet/modules/bugzilla/manifests/init.pp
+
+Modified: puppet/modules/bugzilla/manifests/init.pp
+===================================================================
+--- puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:03:12 UTC (rev 477)
++++ puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:20:50 UTC (rev 478)
+@@ -33,10 +33,17 @@
+     apache::vhost_other_app { "bugs.$domain":
+       vhost_file => "bugzilla/vhost_bugs.conf",
+     }
+-}
+ 
++    file { "custom":
++      path => "/usr/share/bugzilla/template/en/custom",
++      ensure => directory,
++      owner => root,
++      group => apache,
++      mode => 700,
++      recurse => true
++    }
++
+     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/6b2af3a7/attachment.html>
+
+ + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1