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/000973.html | 102 ++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000973.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000973.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000973.html b/zarb-ml/mageia-sysadm/2010-November/000973.html new file mode 100644 index 000000000..9a346e603 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000973.html @@ -0,0 +1,102 @@ + + + + [Mageia-sysadm] [480] Fix perms + + + + + + + + + +

[Mageia-sysadm] [480] Fix perms

+ root at mageia.org + root at mageia.org +
+ Fri Nov 26 16:36:45 CET 2010 +

+
+ +
Revision: 480
+Author:   dmorgan
+Date:     2010-11-26 16:36:45 +0100 (Fri, 26 Nov 2010)
+Log Message:
+-----------
+Fix perms
+
+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:21:37 UTC (rev 479)
++++ puppet/modules/bugzilla/manifests/init.pp	2010-11-26 15:36:45 UTC (rev 480)
+@@ -33,18 +33,17 @@
+     apache::vhost_other_app { "bugs.$domain":
+       vhost_file => "bugzilla/vhost_bugs.conf",
+     }
++    subversion::snapshot { $bugzilla_location:
++      source => "svn://svn.mageia.org/svn/web/templates/bugzilla/trunk"
++    }
+ 
+     file { "custom":
+       path => "/usr/share/bugzilla/template/en/custom",
+       ensure => directory,
+       owner => root,
+       group => apache,
+-      mode => 700,
++      mode => 640,
+       recurse => true,
+       require => Subversion::Snapshot[$bugzilla_location]
+     }
+-
+-    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/b0cf33f8/attachment.html>
+
+ + + + + + + + +
+

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