[Mageia-sysadm] [839] use blog-test.mageia.org as vhost

root at mageia.org root at mageia.org
Tue Jan 18 18:49:20 CET 2011


Revision: 839
Author:   boklm
Date:     2011-01-18 18:49:20 +0100 (Tue, 18 Jan 2011)
Log Message:
-----------
use blog-test.mageia.org as vhost

Modified Paths:
--------------
    puppet/modules/blog/manifests/init.pp
    puppet/modules/blog/templates/01_blogs_vhosts.conf

Modified: puppet/modules/blog/manifests/init.pp
===================================================================
--- puppet/modules/blog/manifests/init.pp	2011-01-18 17:34:15 UTC (rev 838)
+++ puppet/modules/blog/manifests/init.pp	2011-01-18 17:49:20 UTC (rev 839)
@@ -17,7 +17,7 @@
         content => template("blog/check_new-blog-post.sh")
     }
 
-    apache::vhost_other_app { "blog.$domain":
+    apache::vhost_other_app { "blog-test.$domain":
         vhost_file => "blog/01_blogs_vhosts.conf",
     }
 

Modified: puppet/modules/blog/templates/01_blogs_vhosts.conf
===================================================================
--- puppet/modules/blog/templates/01_blogs_vhosts.conf	2011-01-18 17:34:15 UTC (rev 838)
+++ puppet/modules/blog/templates/01_blogs_vhosts.conf	2011-01-18 17:49:20 UTC (rev 839)
@@ -1,5 +1,5 @@
 <VirtualHost *:80>
-ServerName champagne.mageia.org
+ServerName blog-test.mageia.org
 Alias /blog-test /blog.mageia.org/test
 DocumentRoot /var/www/html/blog.mageia.org/
 <Directory /var/www/html/blog.mageia.org/test>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110118/8dbd562c/attachment.html>


More information about the Mageia-sysadm mailing list