[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