From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000808.html | 109 ++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000808.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000808.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000808.html b/zarb-ml/mageia-sysadm/2010-November/000808.html new file mode 100644 index 000000000..ca1ea29a6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000808.html @@ -0,0 +1,109 @@ + + + + [Mageia-sysadm] [412] - it is IMHO cleaner and logical to have apache:: vhost_other_app directly requiring apache:: base rather than letting every people adding it when using the class + + + + + + + + + +

[Mageia-sysadm] [412] - it is IMHO cleaner and logical to have apache:: vhost_other_app directly requiring apache:: base rather than letting every people adding it when using the class

+ root at mageia.org + root at mageia.org +
+ Tue Nov 23 02:14:05 CET 2010 +

+
+ +
Revision: 412
+Author:   misc
+Date:     2010-11-23 02:14:05 +0100 (Tue, 23 Nov 2010)
+Log Message:
+-----------
+- it is IMHO cleaner and logical to have apache::vhost_other_app directly requiring apache::base rather than letting every people adding it when using the class
+
+Modified Paths:
+--------------
+    puppet/modules/apache/manifests/init.pp
+    puppet/modules/buildsystem/manifests/init.pp
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-23 01:11:15 UTC (rev 411)
++++ puppet/modules/apache/manifests/init.pp	2010-11-23 01:14:05 UTC (rev 412)
+@@ -130,6 +130,7 @@
+     }
+ 
+    define vhost_other_app($vhost_file) {
++        include apache::base
+         file { "$name.conf":
+             path => "/etc/httpd/conf/vhosts.d/$name.conf",
+             ensure => "present",
+
+Modified: puppet/modules/buildsystem/manifests/init.pp
+===================================================================
+--- puppet/modules/buildsystem/manifests/init.pp	2010-11-23 01:11:15 UTC (rev 411)
++++ puppet/modules/buildsystem/manifests/init.pp	2010-11-23 01:14:05 UTC (rev 412)
+@@ -27,7 +27,6 @@
+             ensure => "installed"
+         }
+ 
+-        include apache::base
+         apache::vhost_other_app { "repository.$domain":
+             vhost_file => "buildsystem/vhost_repository.conf",
+         }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101123/815cc2b7/attachment-0001.html>
+
+ + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1