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/001962.html | 99 ++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001962.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001962.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001962.html b/zarb-ml/mageia-sysadm/2011-January/001962.html new file mode 100644 index 000000000..71ebdf403 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001962.html @@ -0,0 +1,99 @@ + + + + [Mageia-sysadm] [768] add sudoers_config define (proposed by misc) + + + + + + + + + +

[Mageia-sysadm] [768] add sudoers_config define (proposed by misc)

+ root at mageia.org + root at mageia.org +
+ Wed Jan 12 18:32:33 CET 2011 +

+
+ +
Revision: 768
+Author:   boklm
+Date:     2011-01-12 18:32:33 +0100 (Wed, 12 Jan 2011)
+Log Message:
+-----------
+add sudoers_config define (proposed by misc)
+
+Modified Paths:
+--------------
+    puppet/modules/sudo/manifests/init.pp
+
+Modified: puppet/modules/sudo/manifests/init.pp
+===================================================================
+--- puppet/modules/sudo/manifests/init.pp	2011-01-12 16:51:20 UTC (rev 767)
++++ puppet/modules/sudo/manifests/init.pp	2011-01-12 17:32:33 UTC (rev 768)
+@@ -17,4 +17,13 @@
+ 	mode => 440,
+ 	content => template("sudo/sudoers")
+     }
++
++    define sudoers_config($content) {
++	file { "/etc/sudoers.d/$name":
++            owner => root,
++            group => root,
++            mode => 440,
++            content => $content,
++	}
++    }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110112/4d5e6f6d/attachment-0001.html>
+
+ + + + + + + + + + + + + + +
+

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