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/002224.html | 121 +++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002224.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002224.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002224.html b/zarb-ml/mageia-sysadm/2011-January/002224.html new file mode 100644 index 000000000..c64aacbeb --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002224.html @@ -0,0 +1,121 @@ + + + + [Mageia-sysadm] [848] ssh_access not needed anymore + + + + + + + + + +

[Mageia-sysadm] [848] ssh_access not needed anymore

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 19:42:29 CET 2011 +

+
+ +
Revision: 848
+Author:   boklm
+Date:     2011-01-18 19:42:28 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+ssh_access not needed anymore
+
+Modified Paths:
+--------------
+    puppet/modules/bcd/manifests/init.pp
+
+Modified: puppet/modules/bcd/manifests/init.pp
+===================================================================
+--- puppet/modules/bcd/manifests/init.pp	2011-01-18 18:37:14 UTC (rev 847)
++++ puppet/modules/bcd/manifests/init.pp	2011-01-18 18:42:28 UTC (rev 848)
+@@ -1,33 +1,23 @@
+ class bcd {
+     class variable {
+-
+         $bcd_login = 'bcd'
+         $bcd_home = '/home/bcd'
+     }
+ 
+     class base inherits variable {
+-        include sudo
++	include sudo
+ 
+         buildsystem::sshuser { $bcd_login:
+             homedir => $bcd_home,
+             comment => "User for creating ISOs",
+-	    }
++	}
+ 
+         package { bcd:
+-            ensure => 'installed',
++	    ensure => 'installed',
+         }
+ 
+         sudo::sudoers_config { "bcd":
+-            content => template("bcd/sudoers.bcd")
++	    content => template("bcd/sudoers.bcd")
+         }
+     }
+-
+-    define ssh_access($type, $key) {
+-        include bcd::variable
+-        ssh_authorized_key{$name:
+-            type => $type,
+-            key => $key,
+-            user => $bcd_login,
+-        }
+-    }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/baca262b/attachment.html>
+
+ + + + + + + + + + + + +
+

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