diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001199.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001199.html | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001199.html b/zarb-ml/mageia-sysadm/2010-December/001199.html new file mode 100644 index 000000000..71242b788 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001199.html @@ -0,0 +1,96 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [606] fix filename to match the one use in other config file + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B606%5D%20fix%20filename%20to%20match%20the%20one%20use%20in%20other%0A%09config%20file&In-Reply-To=%3C20101214182943.6E95140267%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="001198.html"> + <LINK REL="Next" HREF="001200.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [606] fix filename to match the one use in other config file</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B606%5D%20fix%20filename%20to%20match%20the%20one%20use%20in%20other%0A%09config%20file&In-Reply-To=%3C20101214182943.6E95140267%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [606] fix filename to match the one use in other config file">root at mageia.org + </A><BR> + <I>Tue Dec 14 19:29:43 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001198.html">[Mageia-sysadm] [605] let users see who is in another group ( needed for sympa ) +</A></li> + <LI>Next message: <A HREF="001200.html">[Mageia-sysadm] [607] do not use @ in filename, this confuse sympa ( and so, replace it by +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1199">[ date ]</a> + <a href="thread.html#1199">[ thread ]</a> + <a href="subject.html#1199">[ subject ]</a> + <a href="author.html#1199">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 606 +Author: misc +Date: 2010-12-14 19:29:43 +0100 (Tue, 14 Dec 2010) +Log Message: +----------- +fix filename to match the one use in other config file + +Modified Paths: +-------------- + puppet/modules/sympa/manifests/init.pp + +Modified: puppet/modules/sympa/manifests/init.pp +=================================================================== +--- puppet/modules/sympa/manifests/init.pp 2010-12-14 18:29:41 UTC (rev 605) ++++ puppet/modules/sympa/manifests/init.pp 2010-12-14 18:29:43 UTC (rev 606) +@@ -115,7 +115,7 @@ + } + + define scenario_sender_ldap_group { +- file { "/etc/sympa/scenari/send.sender_$name": ++ file { "/etc/sympa/scenari/send.restricted_$name": + ensure => present, + owner => root, + group => root, +@@ -125,7 +125,7 @@ + } + + define scenario_sender_email { +- file { "/etc/sympa/scenari/send.sender_$name": ++ file { "/etc/sympa/scenari/send.restricted_$name": + ensure => present, + owner => root, + group => root, +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101214/ddd5a648/attachment-0001.html> +</PRE> + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001198.html">[Mageia-sysadm] [605] let users see who is in another group ( needed for sympa ) +</A></li> + <LI>Next message: <A HREF="001200.html">[Mageia-sysadm] [607] do not use @ in filename, this confuse sympa ( and so, replace it by +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1199">[ date ]</a> + <a href="thread.html#1199">[ thread ]</a> + <a href="subject.html#1199">[ subject ]</a> + <a href="author.html#1199">[ 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> |