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

[Mageia-sysadm] [777] use the new sudo::sudoers_config define

+ root at mageia.org + root at mageia.org +
+ Thu Jan 13 19:12:28 CET 2011 +

+
+ +
Revision: 777
+Author:   misc
+Date:     2011-01-13 19:12:28 +0100 (Thu, 13 Jan 2011)
+Log Message:
+-----------
+use the new sudo::sudoers_config define
+
+Modified Paths:
+--------------
+    puppet/modules/bcd/manifests/init.pp
+
+Modified: puppet/modules/bcd/manifests/init.pp
+===================================================================
+--- puppet/modules/bcd/manifests/init.pp	2011-01-13 18:12:27 UTC (rev 776)
++++ puppet/modules/bcd/manifests/init.pp	2011-01-13 18:12:28 UTC (rev 777)
+@@ -9,18 +9,15 @@
+         include sudo
+ 
+         buildsystem::sshuser { $bcd_login:
+-	    homedir => $bcd_home,
+- 	    comment => "User for creating ISOs",
+-	}
++            homedir => $bcd_home,
++            comment => "User for creating ISOs",
++	    }
+ 
+-	package { bcd:
+-	    ensure => 'installed',
+-	}
++        package { bcd:
++            ensure => 'installed',
++        }
+ 
+-       file { "/etc/sudoers.d/bcd":
+-            owner => root,
+-            group => root,
+-            mode => 440,
++        sudo::sudoers_config { "bcd":
+             content => template("bcd/sudoers.bcd")
+         }
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110113/a6d9d992/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + + +
+

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