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/000611.html | 111 ++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000611.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000611.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000611.html b/zarb-ml/mageia-sysadm/2010-November/000611.html new file mode 100644 index 000000000..fb4f79638 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000611.html @@ -0,0 +1,111 @@ + + + + [Mageia-sysadm] [280] add vhost_other_app and webapp_other defines + + + + + + + + + +

[Mageia-sysadm] [280] add vhost_other_app and webapp_other defines

+ root at mageia.org + root at mageia.org +
+ Thu Nov 18 16:55:03 CET 2010 +

+
+ +
Revision: 280
+Author:   boklm
+Date:     2010-11-18 16:55:02 +0100 (Thu, 18 Nov 2010)
+Log Message:
+-----------
+add vhost_other_app and webapp_other defines
+
+Modified Paths:
+--------------
+    puppet/modules/apache/manifests/init.pp
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-18 10:04:30 UTC (rev 279)
++++ puppet/modules/apache/manifests/init.pp	2010-11-18 15:55:02 UTC (rev 280)
+@@ -128,4 +128,29 @@
+             content => template("apache/django.wsgi")
+         }
+     }
++
++   define vhost_other_app($vhost_file) {
++        file { "$name.conf":
++            path => "/etc/httpd/conf/vhosts.d/$name.conf",
++            ensure => "present",
++            owner => root,
++            group => root,
++            mode => 644,
++            notify => Service['apache'],
++            content => template($vhost_file)
++        }
++   }
++
++   define webapp_other($webapp_file) {
++        $webappname = $name
++        file { "webapp_$name.conf":
++            path => "/etc/httpd/conf/webapps.d/$webappname.conf",
++            ensure => "present",
++            owner => root,
++            group => root,
++            mode => 644,
++            notify => Service['apache'],
++            content => template($webapp_file)
++        }
++   }
+ }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101118/e7b1de1e/attachment.html>
+
+ + + + + + + + + + +
+

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