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/2010-November/000753.html | 97 +++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000753.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000753.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000753.html b/zarb-ml/mageia-sysadm/2010-November/000753.html new file mode 100644 index 000000000..f0c44bacb --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000753.html @@ -0,0 +1,97 @@ + + + + [Mageia-sysadm] [380] home should be tested as a directory + + + + + + + + + +

[Mageia-sysadm] [380] home should be tested as a directory

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 08:20:26 CET 2010 +

+
+ +
Revision: 380
+Author:   blino
+Date:     2010-11-22 08:20:25 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+home should be tested as a directory
+
+Modified Paths:
+--------------
+    puppet/modules/ssh/manifests/auth.pp
+
+Modified: puppet/modules/ssh/manifests/auth.pp
+===================================================================
+--- puppet/modules/ssh/manifests/auth.pp	2010-11-22 07:15:50 UTC (rev 379)
++++ puppet/modules/ssh/manifests/auth.pp	2010-11-22 07:20:25 UTC (rev 380)
+@@ -237,6 +237,10 @@
+ 
+ define ssh_auth_key_client ($ensure, $filename, $group, $home, $user) {
+ 
++  file { $home:
++    ensure => "directory",
++  }
++
+   File {
+     owner   => $user,
+     group   => $group,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/0f393bf1/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

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