diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2011-January/002081.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002081.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/002081.html | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/002081.html b/zarb-ml/mageia-sysadm/2011-January/002081.html new file mode 100644 index 000000000..92fee138c --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002081.html @@ -0,0 +1,105 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [802] reenable the module, to use on rabbit + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B802%5D%20reenable%20the%20module%2C%20to%20use%20on%20rabbit&In-Reply-To=%3C20110114035343.2B092422AC%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="002080.html"> + <LINK REL="Next" HREF="002082.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [802] reenable the module, to use on rabbit</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B802%5D%20reenable%20the%20module%2C%20to%20use%20on%20rabbit&In-Reply-To=%3C20110114035343.2B092422AC%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [802] reenable the module, to use on rabbit">root at mageia.org + </A><BR> + <I>Fri Jan 14 04:53:43 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002080.html">[Mageia-sysadm] [801] disable the ldap keys on valstar to be able to renable it on rabbit +</A></li> + <LI>Next message: <A HREF="002082.html">[Mageia-sysadm] [294] check for rpmbuild binary, not just rpm +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2081">[ date ]</a> + <a href="thread.html#2081">[ thread ]</a> + <a href="subject.html#2081">[ subject ]</a> + <a href="author.html#2081">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 802 +Author: misc +Date: 2011-01-14 04:53:42 +0100 (Fri, 14 Jan 2011) +Log Message: +----------- +reenable the module, to use on rabbit + +Modified Paths: +-------------- + puppet/modules/openssh/manifests/init.pp + +Modified: puppet/modules/openssh/manifests/init.pp +=================================================================== +--- puppet/modules/openssh/manifests/init.pp 2011-01-14 03:53:41 UTC (rev 801) ++++ puppet/modules/openssh/manifests/init.pp 2011-01-14 03:53:42 UTC (rev 802) +@@ -27,9 +27,9 @@ + + class ssh_keys_from_ldap inherits server { + +-# File ["/etc/ssh/sshd_config"] { +-# content => template("openssh/sshd_config","openssh/sshd_config_ldap") +-# } ++ File ["/etc/ssh/sshd_config"] { ++ content => template("openssh/sshd_config","openssh/sshd_config_ldap") ++ } + + package { 'python-ldap': + ensure => installed, +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20110114/d23aa3af/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002080.html">[Mageia-sysadm] [801] disable the ldap keys on valstar to be able to renable it on rabbit +</A></li> + <LI>Next message: <A HREF="002082.html">[Mageia-sysadm] [294] check for rpmbuild binary, not just rpm +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2081">[ date ]</a> + <a href="thread.html#2081">[ thread ]</a> + <a href="subject.html#2081">[ subject ]</a> + <a href="author.html#2081">[ 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> |