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/2011-January/001977.html | 130 +++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001977.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001977.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001977.html b/zarb-ml/mageia-sysadm/2011-January/001977.html new file mode 100644 index 000000000..d9b27a5ae --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001977.html @@ -0,0 +1,130 @@ + + + + [Mageia-sysadm] [772] add youri acl config to be able to blacklist some packages + + + + + + + + + +

[Mageia-sysadm] [772] add youri acl config to be able to blacklist some packages

+ root at mageia.org + root at mageia.org +
+ Wed Jan 12 23:58:34 CET 2011 +

+
+ +
Revision: 772
+Author:   boklm
+Date:     2011-01-12 23:58:33 +0100 (Wed, 12 Jan 2011)
+Log Message:
+-----------
+add youri acl config to be able to blacklist some packages
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Added Paths:
+-----------
+    puppet/modules/buildsystem/templates/youri_acl.conf
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2011-01-12 18:34:44 UTC (rev 771)
++++ puppet/modules/buildsystem/manifests/init.pp	2011-01-12 22:58:33 UTC (rev 772)
+@@ -146,6 +146,13 @@
+             require => File["/etc/youri"],
+             content => template("buildsystem/submit-upload.conf")
+         }
++
++        file { "/etc/youri/acl.conf":
++            ensure => present,
++            mode => 644,
++            require => File["/etc/youri"],
++            content => template("buildsystem/youri_acl.conf")
++        }
+     }
+ 
+     define sshuser($homedir, $comment) {
+
+Added: puppet/modules/buildsystem/templates/youri_acl.conf
+===================================================================
+--- puppet/modules/buildsystem/templates/youri_acl.conf	                        (rev 0)
++++ puppet/modules/buildsystem/templates/youri_acl.conf	2011-01-12 22:58:33 UTC (rev 772)
+@@ -0,0 +1 @@
++.* .* .* ^qt3$ ^blacklisted$
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110112/f7efd030/attachment-0001.html>
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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