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/001966.html | 103 +++++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001966.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001966.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001966.html b/zarb-ml/mageia-sysadm/2011-January/001966.html new file mode 100644 index 000000000..bbffa0c12 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001966.html @@ -0,0 +1,103 @@ + + + + [Mageia-sysadm] [770] fix sudoers_config calls + + + + + + + + + +

[Mageia-sysadm] [770] fix sudoers_config calls

+ root at mageia.org + root at mageia.org +
+ Wed Jan 12 18:37:43 CET 2011 +

+
+ +
Revision: 770
+Author:   boklm
+Date:     2011-01-12 18:37:42 +0100 (Wed, 12 Jan 2011)
+Log Message:
+-----------
+fix sudoers_config calls
+
+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:35:56 UTC (rev 769)
++++ puppet/modules/buildsystem/manifests/init.pp	2011-01-12 17:37:42 UTC (rev 770)
+@@ -125,7 +125,7 @@
+           content => template("buildsystem/mdv-youri-submit.wrapper")
+         }
+ 
+-	sudoers_config { "mdv-youri-submit":
++	sudo::sudoers_config { "mdv-youri-submit":
+             content => template("buildsystem/sudoers.youri")
+         }
+ 
+@@ -231,7 +231,7 @@
+             content => template("buildsystem/iurt.mandriva2010.1.conf")
+         }
+ 
+-	sudoers_config { "iurt":
++	sudo::sudoers_config { "iurt":
+             content => template("buildsystem/sudoers.iurt")
+         }
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110112/062b9314/attachment.html>
+
+ + + + + + + + + + + + + + +
+

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