summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/001848.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001848.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/001848.html185
1 files changed, 185 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2011-January/001848.html b/zarb-ml/mageia-sysadm/2011-January/001848.html
new file mode 100644
index 000000000..89336887f
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2011-January/001848.html
@@ -0,0 +1,185 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [753] move subversion repository in their own file ( cleaner )
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B753%5D%20move%20subversion%20repository%20in%20their%20own%20file%0A%09%28%20cleaner%20%29&In-Reply-To=%3C20110109164244.81F2A41E7D%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="001846.html">
+ <LINK REL="Next" HREF="001849.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [753] move subversion repository in their own file ( cleaner )</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B753%5D%20move%20subversion%20repository%20in%20their%20own%20file%0A%09%28%20cleaner%20%29&In-Reply-To=%3C20110109164244.81F2A41E7D%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [753] move subversion repository in their own file ( cleaner )">root at mageia.org
+ </A><BR>
+ <I>Sun Jan 9 17:42:44 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="001846.html">[Mageia-sysadm] Puppet Report for rabbit.mageia.org
+</A></li>
+ <LI>Next message: <A HREF="001849.html">[Mageia-sysadm] [754] add lvm2 ( used on almost all servers ), and lshw ( easier when hardware
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1848">[ date ]</a>
+ <a href="thread.html#1848">[ thread ]</a>
+ <a href="subject.html#1848">[ subject ]</a>
+ <a href="author.html#1848">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 753
+Author: misc
+Date: 2011-01-09 17:42:44 +0100 (Sun, 09 Jan 2011)
+Log Message:
+-----------
+move subversion repository in their own file ( cleaner )
+
+Modified Paths:
+--------------
+ puppet/manifests/nodes.pp
+
+Added Paths:
+-----------
+ puppet/deployment/repositories/
+ puppet/deployment/repositories/manifests/
+ puppet/deployment/repositories/manifests/subversion.pp
+
+Added: puppet/deployment/repositories/manifests/subversion.pp
+===================================================================
+--- puppet/deployment/repositories/manifests/subversion.pp (rev 0)
++++ puppet/deployment/repositories/manifests/subversion.pp 2011-01-09 16:42:44 UTC (rev 753)
+@@ -0,0 +1,40 @@
++class repositories::subversion {
++
++ subversion::repository { &quot;/svn/adm/&quot;:
++ group =&gt; &quot;mga-sysadmin&quot;,
++ commit_mail =&gt; ['<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>', &quot;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">sysadmin-commits at ml.</A>$domain&quot;],
++ syntax_check1 =&gt; 'check_puppet_templates',
++ syntax_check2 =&gt; 'check_puppet',
++ cia_post =&gt; true,
++ cia_module =&gt; &quot;sysadm&quot;,
++ }
++
++ subversion::repository { &quot;/svn/soft/&quot;:
++ group =&gt; &quot;mga-packagers&quot;,
++ commit_mail =&gt; ['<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>'],
++ cia_post =&gt; true,
++ cia_module =&gt; &quot;soft&quot;,
++ }
++
++ subversion::repository { &quot;/svn/web/&quot;:
++ group =&gt; &quot;mga-committers&quot;,
++ cia_post =&gt; true,
++ cia_module =&gt; &quot;web&quot;,
++ }
++
++ subversion::repository { &quot;/svn/packages/&quot;:
++ group =&gt; &quot;mga-packagers&quot;,
++ no_binary =&gt; true,
++ cia_post =&gt; true,
++ cia_module =&gt; &quot;packages&quot;,
++ cia_ignore_author =&gt; '^schedbot$',
++ }
++
++ subversion::repository { &quot;/svn/binrepos/cauldron/&quot;:
++ group =&gt; &quot;mga-packagers&quot;,
++ cia_post =&gt; true,
++ cia_module =&gt; &quot;binrepos&quot;,
++ cia_ignore_author =&gt; '^schedbot$',
++ }
++
++}
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp 2011-01-09 12:53:57 UTC (rev 752)
++++ puppet/manifests/nodes.pp 2011-01-09 16:42:44 UTC (rev 753)
+@@ -26,43 +26,8 @@
+ include restrictshell::allow_pkgsubmit
+ include openssh::ssh_keys_from_ldap
+
+- subversion::repository { &quot;/svn/adm/&quot;:
+- group =&gt; &quot;mga-sysadmin&quot;,
+- commit_mail =&gt; ['<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>', &quot;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">sysadmin-commits at ml.</A>$domain&quot;],
+- syntax_check1 =&gt; 'check_puppet_templates',
+- syntax_check2 =&gt; 'check_puppet',
+- cia_post =&gt; true,
+- cia_module =&gt; &quot;sysadm&quot;,
+- }
++ include repositories::subversion
+
+- subversion::repository { &quot;/svn/soft/&quot;:
+- group =&gt; &quot;mga-packagers&quot;,
+- commit_mail =&gt; ['<A HREF="https://www.mageia.org/mailman/listinfo/mageia-sysadm">mageia-sysadm at mageia.org</A>'],
+- cia_post =&gt; true,
+- cia_module =&gt; &quot;soft&quot;,
+- }
+-
+- subversion::repository { &quot;/svn/web/&quot;:
+- group =&gt; &quot;mga-committers&quot;,
+- cia_post =&gt; true,
+- cia_module =&gt; &quot;web&quot;,
+- }
+-
+- subversion::repository { &quot;/svn/packages/&quot;:
+- group =&gt; &quot;mga-packagers&quot;,
+- no_binary =&gt; true,
+- cia_post =&gt; true,
+- cia_module =&gt; &quot;packages&quot;,
+- cia_ignore_author =&gt; '^schedbot$',
+- }
+-
+- subversion::repository { &quot;/svn/binrepos/cauldron/&quot;:
+- group =&gt; &quot;mga-packagers&quot;,
+- cia_post =&gt; true,
+- cia_module =&gt; &quot;binrepos&quot;,
+- cia_ignore_author =&gt; '^schedbot$',
+- }
+-
+ subversion::snapshot { &quot;/etc/puppet&quot;:
+ source =&gt; &quot;<A HREF="svn://svn.mageia.org/svn/adm/puppet/">svn://svn.mageia.org/svn/adm/puppet/</A>&quot;
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110109/e4b342b5/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="001846.html">[Mageia-sysadm] Puppet Report for rabbit.mageia.org
+</A></li>
+ <LI>Next message: <A HREF="001849.html">[Mageia-sysadm] [754] add lvm2 ( used on almost all servers ), and lshw ( easier when hardware
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#1848">[ date ]</a>
+ <a href="thread.html#1848">[ thread ]</a>
+ <a href="subject.html#1848">[ subject ]</a>
+ <a href="author.html#1848">[ 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>