diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000745.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000745.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000745.html b/zarb-ml/mageia-sysadm/2010-November/000745.html new file mode 100644 index 000000000..b63cd6aac --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000745.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [372] ensure .ssh dir is created for iurt user + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B372%5D%20ensure%20.ssh%20dir%20is%20created%20for%20iurt%20user&In-Reply-To=%3C20101122003800.E6E813FC6F%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000744.html"> + <LINK REL="Next" HREF="000746.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [372] ensure .ssh dir is created for iurt user</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B372%5D%20ensure%20.ssh%20dir%20is%20created%20for%20iurt%20user&In-Reply-To=%3C20101122003800.E6E813FC6F%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [372] ensure .ssh dir is created for iurt user">root at mageia.org + </A><BR> + <I>Mon Nov 22 01:38:00 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000744.html">[Mageia-sysadm] [371] include buildsystem definition after ssh keymaster definition +</A></li> + <LI>Next message: <A HREF="000746.html">[Mageia-sysadm] [373] use build_home_dir +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#745">[ date ]</a> + <a href="thread.html#745">[ thread ]</a> + <a href="subject.html#745">[ subject ]</a> + <a href="author.html#745">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 372 +Author: blino +Date: 2010-11-22 01:38:00 +0100 (Mon, 22 Nov 2010) +Log Message: +----------- +ensure .ssh dir is created for iurt user + +Modified Paths: +-------------- + puppet/modules/buildsystem/manifests/init.pp + +Modified: puppet/modules/buildsystem/manifests/init.pp +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2010-11-22 00:34:10 UTC (rev 371) ++++ puppet/modules/buildsystem/manifests/init.pp 2010-11-22 00:38:00 UTC (rev 372) +@@ -49,6 +49,13 @@ + gid => $build_login, + shell => "/bin/bash", + } ++ ++ file { "/home/${build_login}/.ssh": ++ ensure => "directory", ++ mode => 600, ++ owner => $build_login, ++ group => $build_login, ++ } + } + + class iurt { +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101122/84cb3850/attachment.html> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000744.html">[Mageia-sysadm] [371] include buildsystem definition after ssh keymaster definition +</A></li> + <LI>Next message: <A HREF="000746.html">[Mageia-sysadm] [373] use build_home_dir +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#745">[ date ]</a> + <a href="thread.html#745">[ thread ]</a> + <a href="subject.html#745">[ subject ]</a> + <a href="author.html#745">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |