diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000285.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000285.html | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000285.html b/zarb-ml/mageia-sysadm/2010-November/000285.html new file mode 100644 index 000000000..af14d6139 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000285.html @@ -0,0 +1,86 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [163] - add configuration for puppetmaster name + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B163%5D%20-%20add%20configuration%20for%20puppetmaster%20name&In-Reply-To=%3C20101105183245.4F4063FBEF%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="000284.html"> + <LINK REL="Next" HREF="000286.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [163] - add configuration for puppetmaster name</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B163%5D%20-%20add%20configuration%20for%20puppetmaster%20name&In-Reply-To=%3C20101105183245.4F4063FBEF%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [163] - add configuration for puppetmaster name">root at mageia.org + </A><BR> + <I>Fri Nov 5 19:32:45 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000284.html">[Mageia-sysadm] [162] - replaced by puppet module +</A></li> + <LI>Next message: <A HREF="000286.html">[Mageia-sysadm] [164] - migrate to the new config file format +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#285">[ date ]</a> + <a href="thread.html#285">[ thread ]</a> + <a href="subject.html#285">[ subject ]</a> + <a href="author.html#285">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 163 +Author: misc +Date: 2010-11-05 19:32:45 +0100 (Fri, 05 Nov 2010) +Log Message: +----------- +- add configuration for puppetmaster name + +Modified Paths: +-------------- + puppet/modules/puppet/templates/puppet.conf + +Modified: puppet/modules/puppet/templates/puppet.conf +=================================================================== +--- puppet/modules/puppet/templates/puppet.conf 2010-11-05 18:28:49 UTC (rev 162) ++++ puppet/modules/puppet/templates/puppet.conf 2010-11-05 18:32:45 UTC (rev 163) +@@ -11,6 +11,9 @@ + # The default value is '$confdir/ssl'. + ssldir = $vardir/ssl + ++[puppetmasterd] ++ certname = puppetmaster.<%= domain %> ++ + [puppetd] + server = puppetmaster.<%= domain %> + +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101105/93d9a9b5/attachment.html> +</PRE> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000284.html">[Mageia-sysadm] [162] - replaced by puppet module +</A></li> + <LI>Next message: <A HREF="000286.html">[Mageia-sysadm] [164] - migrate to the new config file format +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#285">[ date ]</a> + <a href="thread.html#285">[ thread ]</a> + <a href="subject.html#285">[ subject ]</a> + <a href="author.html#285">[ 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> |