diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000797.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000797.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000797.html b/zarb-ml/mageia-sysadm/2010-November/000797.html new file mode 100644 index 000000000..e4a51cc3b --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000797.html @@ -0,0 +1,123 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [403] add repository vhost for main BS node + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B403%5D%20add%20repository%20vhost%20for%20main%20BS%20node&In-Reply-To=%3C20101122232904.363F73FB5B%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="000786.html"> + <LINK REL="Next" HREF="000798.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [403] add repository vhost for main BS node</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B403%5D%20add%20repository%20vhost%20for%20main%20BS%20node&In-Reply-To=%3C20101122232904.363F73FB5B%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [403] add repository vhost for main BS node">root at mageia.org + </A><BR> + <I>Tue Nov 23 00:29:04 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000786.html">[Mageia-sysadm] [402] use default iurt_root_command +</A></li> + <LI>Next message: <A HREF="000798.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#797">[ date ]</a> + <a href="thread.html#797">[ thread ]</a> + <a href="subject.html#797">[ subject ]</a> + <a href="author.html#797">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 403 +Author: blino +Date: 2010-11-23 00:29:03 +0100 (Tue, 23 Nov 2010) +Log Message: +----------- +add repository vhost for main BS node + +Modified Paths: +-------------- + puppet/modules/buildsystem/manifests/init.pp + +Added Paths: +----------- + puppet/modules/buildsystem/templates/vhost_repository.conf + +Modified: puppet/modules/buildsystem/manifests/init.pp +=================================================================== +--- puppet/modules/buildsystem/manifests/init.pp 2010-11-22 16:12:51 UTC (rev 402) ++++ puppet/modules/buildsystem/manifests/init.pp 2010-11-22 23:29:03 UTC (rev 403) +@@ -26,6 +26,12 @@ + package { $package_list: + ensure => "installed" + } ++ ++ include apache ++ apache::vhost_other_app { "repository.$domain": ++ vhost_file => "buildsystem/vhost_bugs.conf", ++ } ++ + } + + class buildnode inherits base { + +Added: puppet/modules/buildsystem/templates/vhost_repository.conf +=================================================================== +--- puppet/modules/buildsystem/templates/vhost_repository.conf (rev 0) ++++ puppet/modules/buildsystem/templates/vhost_repository.conf 2010-11-22 23:29:03 UTC (rev 403) +@@ -0,0 +1,15 @@ ++<% ++repository_root = "/distrib/bootstrap" ++%> ++ ++<VirtualHost *:80> ++ ServerName repository.<%= domain %> ++ DocumentRoot <%= repository_root %> ++ <Directory <%= repository_root %>> ++ Order deny,allow ++ Deny from all ++ Allow from localhost, 127.0.0.1 ++ Allow from .<%= domain %> ++ Options Indexes FollowSymLinks ++ </Directory> ++</VirtualHost> +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101123/fc8d6161/attachment.html> +</PRE> + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000786.html">[Mageia-sysadm] [402] use default iurt_root_command +</A></li> + <LI>Next message: <A HREF="000798.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#797">[ date ]</a> + <a href="thread.html#797">[ thread ]</a> + <a href="subject.html#797">[ subject ]</a> + <a href="author.html#797">[ 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> |