diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000838.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000838.html | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000838.html b/zarb-ml/mageia-sysadm/2010-November/000838.html new file mode 100644 index 000000000..b9ee4abfa --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000838.html @@ -0,0 +1,103 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [423] add correct requires for sshuser creation + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B423%5D%20add%20correct%20requires%20for%20sshuser%20creation&In-Reply-To=%3C20101123194401.B14B33FCC8%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="000837.html"> + <LINK REL="Next" HREF="000839.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [423] add correct requires for sshuser creation</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B423%5D%20add%20correct%20requires%20for%20sshuser%20creation&In-Reply-To=%3C20101123194401.B14B33FCC8%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [423] add correct requires for sshuser creation">root at mageia.org + </A><BR> + <I>Tue Nov 23 20:44:01 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000837.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI>Next message: <A HREF="000839.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#838">[ date ]</a> + <a href="thread.html#838">[ thread ]</a> + <a href="subject.html#838">[ subject ]</a> + <a href="author.html#838">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 423 +Author: blino +Date: 2010-11-23 20:44:01 +0100 (Tue, 23 Nov 2010) +Log Message: +----------- +add correct requires for sshuser creation + +Modified Paths: +-------------- + puppet/modules/buildsystem/manifests/init.pp + +Modified: puppet/modules/buildsystem/manifests/init.pp +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2010-11-23 16:03:02 UTC (rev 422) ++++ puppet/modules/buildsystem/manifests/init.pp 2010-11-23 19:44:01 UTC (rev 423) +@@ -75,6 +75,7 @@ + + file { $homedir: + ensure => "directory", ++ require => User[$title], + } + + file { "$homedir/.ssh": +@@ -82,6 +83,7 @@ + mode => 600, + owner => $title, + group => $title, ++ require => File[$homedir], + } + } + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101123/a34034ba/attachment.html> +</PRE> + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000837.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI>Next message: <A HREF="000839.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#838">[ date ]</a> + <a href="thread.html#838">[ thread ]</a> + <a href="subject.html#838">[ subject ]</a> + <a href="author.html#838">[ 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> |