diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-December/001030.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-December/001030.html | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-December/001030.html b/zarb-ml/mageia-sysadm/2010-December/001030.html new file mode 100644 index 000000000..9cd093422 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-December/001030.html @@ -0,0 +1,89 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [514] - enable stored config + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B514%5D%20-%20enable%20stored%20config&In-Reply-To=%3C20101206165945.B5E953FDCE%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="001029.html"> + <LINK REL="Next" HREF="001031.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [514] - enable stored config</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B514%5D%20-%20enable%20stored%20config&In-Reply-To=%3C20101206165945.B5E953FDCE%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [514] - enable stored config">root at mageia.org + </A><BR> + <I>Mon Dec 6 17:59:45 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="001029.html">[Mageia-sysadm] [513] - install ruby-sqlite, to use stored config, and so exported config +</A></li> + <LI>Next message: <A HREF="001031.html">[Mageia-sysadm] [515] stored config option requires rails ( maybe a wrong requires on ruby-activerecord ) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1030">[ date ]</a> + <a href="thread.html#1030">[ thread ]</a> + <a href="subject.html#1030">[ subject ]</a> + <a href="author.html#1030">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 514 +Author: misc +Date: 2010-12-06 17:59:45 +0100 (Mon, 06 Dec 2010) +Log Message: +----------- +- enable stored config + +Modified Paths: +-------------- + puppet/modules/puppet/templates/puppet.conf + +Modified: puppet/modules/puppet/templates/puppet.conf +=================================================================== +--- puppet/modules/puppet/templates/puppet.conf 2010-12-06 16:58:49 UTC (rev 513) ++++ puppet/modules/puppet/templates/puppet.conf 2010-12-06 16:59:45 UTC (rev 514) +@@ -13,8 +13,13 @@ + + [master] + certname = puppetmaster.<%= domain %> +- reports = tagmail ++ reports = tagmail,store + ++ storeconfigs = true ++ dbadapter = sqlite3 ++ dblocation = /var/lib/puppet/storeconfigs.db ++ ++ + [agent] + server = puppetmaster.<%= domain %> + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101206/716e5241/attachment.html> +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001029.html">[Mageia-sysadm] [513] - install ruby-sqlite, to use stored config, and so exported config +</A></li> + <LI>Next message: <A HREF="001031.html">[Mageia-sysadm] [515] stored config option requires rails ( maybe a wrong requires on ruby-activerecord ) +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1030">[ date ]</a> + <a href="thread.html#1030">[ thread ]</a> + <a href="subject.html#1030">[ subject ]</a> + <a href="author.html#1030">[ 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> |