summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000343.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000343.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000343.html134
1 files changed, 134 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000343.html b/zarb-ml/mageia-sysadm/2010-November/000343.html
new file mode 100644
index 000000000..e64809d4d
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000343.html
@@ -0,0 +1,134 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [203] - remove uneeded include, and remove the old config file
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B203%5D%20-%20remove%20uneeded%20include%2C%0A%09and%20remove%20the%20old%20config%20file&In-Reply-To=%3C20101108014708.C90C93FC10%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="000341.html">
+ <LINK REL="Next" HREF="000344.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [203] - remove uneeded include, and remove the old config file</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B203%5D%20-%20remove%20uneeded%20include%2C%0A%09and%20remove%20the%20old%20config%20file&In-Reply-To=%3C20101108014708.C90C93FC10%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [203] - remove uneeded include, and remove the old config file">root at mageia.org
+ </A><BR>
+ <I>Mon Nov 8 02:47:08 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000341.html">[Mageia-sysadm] [202] - deploy the tagmail configuration file, so we get error on manifest application
+</A></li>
+ <LI>Next message: <A HREF="000344.html">[Mageia-sysadm] [204] - fix manifests
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#343">[ date ]</a>
+ <a href="thread.html#343">[ thread ]</a>
+ <a href="subject.html#343">[ subject ]</a>
+ <a href="author.html#343">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 203
+Author: misc
+Date: 2010-11-08 02:47:08 +0100 (Mon, 08 Nov 2010)
+Log Message:
+-----------
+- remove uneeded include, and remove the old config file
+
+Modified Paths:
+--------------
+ puppet/modules/catdap/manifests/init.pp
+
+Removed Paths:
+-------------
+ puppet/modules/catdap/templates/catdap_vhost.conf
+
+Modified: puppet/modules/catdap/manifests/init.pp
+===================================================================
+--- puppet/modules/catdap/manifests/init.pp 2010-11-08 01:16:10 UTC (rev 202)
++++ puppet/modules/catdap/manifests/init.pp 2010-11-08 01:47:08 UTC (rev 203)
+@@ -1,9 +1,5 @@
+ class catdap {
+
+- include subversion
+- include subversion::client
+- include apache::mod_fcgid
+-
+ $catdap_location = &quot;/var/www/identity&quot;
+ $catdap_vhost = &quot;identity.$domain&quot;
+
+@@ -42,15 +38,4 @@
+ }
+
+ apache::vhost_redirect_ssl { $catdap_vhost: }
+-
+- # add a apache vhost
+-# file { &quot;$catdap_vhost.conf&quot;:
+-# path =&gt; &quot;/etc/httpd/conf/vhosts.d/$catdap_vhost.conf&quot;,
+-# ensure =&gt; &quot;present&quot;,
+-# owner =&gt; root,
+-# group =&gt; root,
+-# mode =&gt; 644,
+-# notify =&gt; Service['apache'],
+-# content =&gt; template(&quot;catdap/catdap_vhost.conf&quot;)
+-# }
+ }
+
+Deleted: puppet/modules/catdap/templates/catdap_vhost.conf
+===================================================================
+--- puppet/modules/catdap/templates/catdap_vhost.conf 2010-11-08 01:16:10 UTC (rev 202)
++++ puppet/modules/catdap/templates/catdap_vhost.conf 2010-11-08 01:47:08 UTC (rev 203)
+@@ -1,15 +0,0 @@
+-&lt;VirtualHost *:80&gt;
+- ServerName &lt;%= catdap_vhost %&gt;
+- # Serve static content directly
+- DocumentRoot &lt;%= catdap_location %&gt;/root
+- Alias /static &lt;%= catdap_location %&gt;/root/static
+-
+- Alias / &lt;%= catdap_location %&gt;/script/catdap_fastcgi.pl/
+-
+- &lt;Directory &lt;%= catdap_location %&gt;/script&gt;
+- Options +ExecCGI
+- SetHandler fcgid-script
+- Allow from all
+- &lt;/Directory&gt;
+-&lt;/VirtualHost&gt;
+-
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101108/4d4ccdba/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000341.html">[Mageia-sysadm] [202] - deploy the tagmail configuration file, so we get error on manifest application
+</A></li>
+ <LI>Next message: <A HREF="000344.html">[Mageia-sysadm] [204] - fix manifests
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#343">[ date ]</a>
+ <a href="thread.html#343">[ thread ]</a>
+ <a href="subject.html#343">[ subject ]</a>
+ <a href="author.html#343">[ 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>