summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000214.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000214.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000214.html137
1 files changed, 137 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000214.html b/zarb-ml/mageia-sysadm/2010-November/000214.html
new file mode 100644
index 000000000..ae0ef65ad
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000214.html
@@ -0,0 +1,137 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [101] - merge the current puppet snapshot system with the new module
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B101%5D%20-%20merge%20the%20current%20puppet%20snapshot%20system%0A%09with%20the%20new%20module&In-Reply-To=%3C20101104182513.798282B235%40krampouezh.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="000213.html">
+ <LINK REL="Next" HREF="000215.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [101] - merge the current puppet snapshot system with the new module</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B101%5D%20-%20merge%20the%20current%20puppet%20snapshot%20system%0A%09with%20the%20new%20module&In-Reply-To=%3C20101104182513.798282B235%40krampouezh.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [101] - merge the current puppet snapshot system with the new module">root at mageia.org
+ </A><BR>
+ <I>Thu Nov 4 19:25:13 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000213.html">[Mageia-sysadm] [100] - add config for mga-mirrors
+</A></li>
+ <LI>Next message: <A HREF="000215.html">[Mageia-sysadm] [102] - mga-mirrors is on alamut
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#214">[ date ]</a>
+ <a href="thread.html#214">[ thread ]</a>
+ <a href="subject.html#214">[ subject ]</a>
+ <a href="author.html#214">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 101
+Author: misc
+Date: 2010-11-04 19:25:13 +0100 (Thu, 04 Nov 2010)
+Log Message:
+-----------
+- merge the current puppet snapshot system with the new module
+
+Modified Paths:
+--------------
+ puppet/manifests/nodes.pp
+ puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp 2010-11-04 18:25:08 UTC (rev 100)
++++ puppet/manifests/nodes.pp 2010-11-04 18:25:13 UTC (rev 101)
+@@ -17,34 +17,13 @@
+ include rsyncd
+ include mirror
+ include openldap::master
++ include subversion::client
++
+
+- # for puppet svn checkout
+- package {&quot;subversion&quot;:
+- ensure =&gt; &quot;installed&quot;
++ subversion::snapshot { &quot;/etc/puppet&quot;:
++ source =&gt; &quot;<A HREF="svn://vm-gandi.mageia.org/adm/puppet/">svn://vm-gandi.mageia.org/adm/puppet/</A>&quot;
+ }
+
+- # svn spam log with
+- # Oct 26 13:30:01 valstar svn: No worthy mechs found
+- # without it, source <A HREF="http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html">http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html</A>
+- #
+- package {&quot;lib64sasl2-plug-anonymous&quot;:
+- ensure =&gt; &quot;installed&quot;
+- }
+-
+- # update the puppet snapshot
+- cron { puppet_update:
+- command =&gt; &quot;cd /etc/puppet &amp;&amp; /usr/bin/svn update -q&quot;,
+- user =&gt; root,
+- minute =&gt; '*/5'
+- }
+-
+- exec { puppet_etc:
+- cwd =&gt; &quot;/etc/&quot;,
+- command =&gt; &quot;/usr/bin/svn co <A HREF="svn://vm-gandi.mageia.org/adm/puppet/">svn://vm-gandi.mageia.org/adm/puppet/</A>&quot;,
+- user =&gt; &quot;root&quot;,
+- creates =&gt; &quot;/etc/puppet/manifests/site.pp&quot;
+- }
+-
+ file { &quot;extdata&quot;:
+ path =&gt; &quot;/etc/puppet/extdata&quot;,
+ ensure =&gt; directory,
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp 2010-11-04 18:25:08 UTC (rev 100)
++++ puppet/modules/subversion/manifests/init.pp 2010-11-04 18:25:13 UTC (rev 101)
+@@ -33,6 +33,13 @@
+ package { subversion:
+ ensure =&gt; installed,
+ }
++ # svn spam log with
++ # Oct 26 13:30:01 valstar svn: No worthy mechs found
++ # without it, source <A HREF="http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html">http://mail-index.netbsd.org/pkgsrc-users/2008/11/23/msg008706.html</A>
++ #
++ package {&quot;lib64sasl2-plug-anonymous&quot;:
++ ensure =&gt; &quot;installed&quot;
++ }
+ }
+
+ # TODO ensure that subversion ishere
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101104/a56f9ee8/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000213.html">[Mageia-sysadm] [100] - add config for mga-mirrors
+</A></li>
+ <LI>Next message: <A HREF="000215.html">[Mageia-sysadm] [102] - mga-mirrors is on alamut
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#214">[ date ]</a>
+ <a href="thread.html#214">[ thread ]</a>
+ <a href="subject.html#214">[ subject ]</a>
+ <a href="author.html#214">[ 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>