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/001964.html | 110 +++++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001964.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001964.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001964.html b/zarb-ml/mageia-sysadm/2011-January/001964.html new file mode 100644 index 000000000..a308ba174 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001964.html @@ -0,0 +1,110 @@ + + + + [Mageia-sysadm] [769] use new sudoers_config define + + + + + + + + + +

[Mageia-sysadm] [769] use new sudoers_config define

+ root at mageia.org + root at mageia.org +
+ Wed Jan 12 18:35:56 CET 2011 +

+
+ +
Revision: 769
+Author:   boklm
+Date:     2011-01-12 18:35:56 +0100 (Wed, 12 Jan 2011)
+Log Message:
+-----------
+use new sudoers_config define
+
+Modified Paths:
+--------------
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2011-01-12 17:32:33 UTC (rev 768)
++++ puppet/modules/buildsystem/manifests/init.pp	2011-01-12 17:35:56 UTC (rev 769)
+@@ -125,10 +125,7 @@
+           content => template("buildsystem/mdv-youri-submit.wrapper")
+         }
+ 
+-        file { "/etc/sudoers.d/mdv-youri-submit":
+-            owner => root,
+-            group => root,
+-            mode => 440,
++	sudoers_config { "mdv-youri-submit":
+             content => template("buildsystem/sudoers.youri")
+         }
+ 
+@@ -234,11 +231,7 @@
+             content => template("buildsystem/iurt.mandriva2010.1.conf")
+         }
+ 
+-        file { "/etc/sudoers.d/iurt":
+-            ensure => present,
+-            owner => root,
+-            group => root,
+-            mode => 440,
++	sudoers_config { "iurt":
+             content => template("buildsystem/sudoers.iurt")
+         }
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110112/1c16885e/attachment.html>
+
+ + + + + + + + + + + + + + +
+

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