[D-community-commits] r257 - trunk/fai-config-dir/scripts/WEBSERVER

holger at alioth.debian.org holger at alioth.debian.org
Mon Mar 10 14:51:44 UTC 2008


Author: holger
Date: 2008-03-10 14:51:44 +0000 (Mon, 10 Mar 2008)
New Revision: 257

Added:
   trunk/fai-config-dir/scripts/WEBSERVER/21-apache2
Log:
also listen on 443

Added: trunk/fai-config-dir/scripts/WEBSERVER/21-apache2
===================================================================
--- trunk/fai-config-dir/scripts/WEBSERVER/21-apache2	                        (rev 0)
+++ trunk/fai-config-dir/scripts/WEBSERVER/21-apache2	2008-03-10 14:51:44 UTC (rev 257)
@@ -0,0 +1,16 @@
+#! /usr/sbin/cfagent -f
+
+control:
+   any::
+   actionsequence = ( files directories editfiles )
+   EditFileSize = ( 30000 )
+
+files:
+   any::
+
+editfiles:
+   any::
+	{ ${target}/etc/apache2/ports.conf
+	  AppendIfNoSuchLine "Listen 443"
+	}
+			  


Property changes on: trunk/fai-config-dir/scripts/WEBSERVER/21-apache2
___________________________________________________________________
Name: svn:executable
   + *




More information about the D-community-commits mailing list