summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000278.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000278.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000278.html114
1 files changed, 114 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000278.html b/zarb-ml/mageia-sysadm/2010-November/000278.html
new file mode 100644
index 000000000..8a5332095
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000278.html
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [156] move extdata to the 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%5B156%5D%20move%20extdata%20to%20the%20module&In-Reply-To=%3C20101105182057.7C8FC3FBCF%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="000277.html">
+ <LINK REL="Next" HREF="000279.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [156] move extdata to the module</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B156%5D%20move%20extdata%20to%20the%20module&In-Reply-To=%3C20101105182057.7C8FC3FBCF%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [156] move extdata to the module">root at mageia.org
+ </A><BR>
+ <I>Fri Nov 5 19:20:57 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000277.html">[Mageia-sysadm] [155] - deploy puppet on puppet nodes
+</A></li>
+ <LI>Next message: <A HREF="000279.html">[Mageia-sysadm] [157] - add default setting for exec class
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#278">[ date ]</a>
+ <a href="thread.html#278">[ thread ]</a>
+ <a href="subject.html#278">[ subject ]</a>
+ <a href="author.html#278">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 156
+Author: misc
+Date: 2010-11-05 19:20:57 +0100 (Fri, 05 Nov 2010)
+Log Message:
+-----------
+move extdata to the module
+
+Modified Paths:
+--------------
+ puppet/manifests/nodes.pp
+ puppet/modules/puppet/manifests/init.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp 2010-11-05 18:20:55 UTC (rev 155)
++++ puppet/manifests/nodes.pp 2010-11-05 18:20:57 UTC (rev 156)
+@@ -23,16 +23,6 @@
+ subversion::snapshot { &quot;/etc/puppet&quot;:
+ source =&gt; &quot;<A HREF="svn://svn.mageia.org/adm/puppet/">svn://svn.mageia.org/adm/puppet/</A>&quot;
+ }
+-
+- file { &quot;extdata&quot;:
+- path =&gt; &quot;/etc/puppet/extdata&quot;,
+- ensure =&gt; directory,
+- owner =&gt; puppet,
+- group =&gt; puppet,
+- mode =&gt; 700,
+- recurse =&gt; true
+- }
+-
+ package {&quot;task-bs-cluster-main&quot;:
+ ensure =&gt; &quot;installed&quot;
+ }
+
+Modified: puppet/modules/puppet/manifests/init.pp
+===================================================================
+--- puppet/modules/puppet/manifests/init.pp 2010-11-05 18:20:55 UTC (rev 155)
++++ puppet/modules/puppet/manifests/init.pp 2010-11-05 18:20:57 UTC (rev 156)
+@@ -30,5 +30,14 @@
+ path =&gt; &quot;/etc/init.d/puppetmaster&quot;,
+ subscribe =&gt; [ Package[puppet-server], File[&quot;/etc/puppet/puppet.conf&quot;]]
+ }
++
++ file { &quot;extdata&quot;:
++ path =&gt; &quot;/etc/puppet/extdata&quot;,
++ ensure =&gt; directory,
++ owner =&gt; puppet,
++ group =&gt; puppet,
++ mode =&gt; 700,
++ recurse =&gt; true
++ }
+ }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101105/f1f409db/attachment-0001.html&gt;
+</PRE>
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000277.html">[Mageia-sysadm] [155] - deploy puppet on puppet nodes
+</A></li>
+ <LI>Next message: <A HREF="000279.html">[Mageia-sysadm] [157] - add default setting for exec class
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#278">[ date ]</a>
+ <a href="thread.html#278">[ thread ]</a>
+ <a href="subject.html#278">[ subject ]</a>
+ <a href="author.html#278">[ 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>