diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000341.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000341.html | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000341.html b/zarb-ml/mageia-sysadm/2010-November/000341.html new file mode 100644 index 000000000..c83fafa20 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000341.html @@ -0,0 +1,100 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [202] - deploy the tagmail configuration file, so we get error on manifest application + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B202%5D%20-%20deploy%20the%20tagmail%20configuration%20file%2C%0A%20so%20we%20get%20error%20on%20manifest%20application&In-Reply-To=%3C20101108011611.392163FC10%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="000340.html"> + <LINK REL="Next" HREF="000343.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [202] - deploy the tagmail configuration file, so we get error on manifest application</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B202%5D%20-%20deploy%20the%20tagmail%20configuration%20file%2C%0A%20so%20we%20get%20error%20on%20manifest%20application&In-Reply-To=%3C20101108011611.392163FC10%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [202] - deploy the tagmail configuration file, so we get error on manifest application">root at mageia.org + </A><BR> + <I>Mon Nov 8 02:16:11 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000340.html">[Mageia-sysadm] [201] - I refactored too much this doesn't work as intended for define +</A></li> + <LI>Next message: <A HREF="000343.html">[Mageia-sysadm] [203] - remove uneeded include, and remove the old config file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#341">[ date ]</a> + <a href="thread.html#341">[ thread ]</a> + <a href="subject.html#341">[ subject ]</a> + <a href="author.html#341">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 202 +Author: misc +Date: 2010-11-08 02:16:10 +0100 (Mon, 08 Nov 2010) +Log Message: +----------- +- deploy the tagmail configuration file, so we get error on manifest application + +Modified Paths: +-------------- + puppet/modules/puppet/manifests/init.pp + +Modified: puppet/modules/puppet/manifests/init.pp +=================================================================== +--- puppet/modules/puppet/manifests/init.pp 2010-11-08 01:12:49 UTC (rev 201) ++++ puppet/modules/puppet/manifests/init.pp 2010-11-08 01:16:10 UTC (rev 202) +@@ -39,5 +39,15 @@ + mode => 700, + recurse => true + } ++ ++ file { '/etc/puppet/tagmail.conf': ++ ensure => present, ++ owner => puppet, ++ group => puppet, ++ mode => 700, ++ recurse => true ++ content => template("puppet/tagmail.conf"), ++ } ++ + } + } +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101108/a6d214d9/attachment.html> +</PRE> + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000340.html">[Mageia-sysadm] [201] - I refactored too much this doesn't work as intended for define +</A></li> + <LI>Next message: <A HREF="000343.html">[Mageia-sysadm] [203] - remove uneeded include, and remove the old config file +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#341">[ date ]</a> + <a href="thread.html#341">[ thread ]</a> + <a href="subject.html#341">[ subject ]</a> + <a href="author.html#341">[ 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> |