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 --- .../20101130/006f404a/attachment-0001.html | 80 ++++++++++++++++++++ .../attachments/20101130/006f404a/attachment.html | 80 ++++++++++++++++++++ .../20101130/167e3f37/attachment-0001.html | 84 +++++++++++++++++++++ .../attachments/20101130/167e3f37/attachment.html | 84 +++++++++++++++++++++ .../20101130/3ad84f9b/attachment-0001.html | 78 ++++++++++++++++++++ .../attachments/20101130/3ad84f9b/attachment.html | 78 ++++++++++++++++++++ .../20101130/3d5c4b1f/attachment-0001.html | 77 ++++++++++++++++++++ .../attachments/20101130/3d5c4b1f/attachment.html | 77 ++++++++++++++++++++ .../20101130/ae665815/attachment-0001.html | 82 +++++++++++++++++++++ .../attachments/20101130/ae665815/attachment.html | 82 +++++++++++++++++++++ .../20101130/ba73bbf7/attachment-0001.html | 78 ++++++++++++++++++++ .../attachments/20101130/ba73bbf7/attachment.html | 78 ++++++++++++++++++++ .../20101130/bd51f64f/attachment-0001.html | 78 ++++++++++++++++++++ .../attachments/20101130/bd51f64f/attachment.html | 78 ++++++++++++++++++++ .../20101130/d0062c3a/attachment-0001.html | 85 ++++++++++++++++++++++ .../attachments/20101130/d0062c3a/attachment.html | 85 ++++++++++++++++++++++ .../20101130/f6c4a83b/attachment-0001.html | 79 ++++++++++++++++++++ .../attachments/20101130/f6c4a83b/attachment.html | 79 ++++++++++++++++++++ 18 files changed, 1442 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment-0001.html create mode 100644 zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment.html (limited to 'zarb-ml/mageia-sysadm/attachments/20101130') diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment-0001.html new file mode 100644 index 000000000..842c50558 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment-0001.html @@ -0,0 +1,80 @@ + + + +[482] - use ssl for epoll ( for security reason ) + + + + +
+
+
Revision
482
+
Author
misc
+
Date
2010-11-30 18:24:51 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
- use ssl for epoll ( for security reason )
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/epoll/manifests/init.pp
+===================================================================
+--- puppet/modules/epoll/manifests/init.pp	2010-11-26 16:57:31 UTC (rev 481)
++++ puppet/modules/epoll/manifests/init.pp	2010-11-30 17:24:51 UTC (rev 482)
+@@ -8,8 +8,11 @@
+     
+     apache::vhost_catalyst_app { $vhost:
+         script => "/usr/bin/epoll_fastcgi.pl", 
++        use_ssl => true, 
+         require => Package['Epoll']
+     }
++
++    apache::vhost_redirect_ssl { $vhost: }
+      
+     $password = extlookup("epoll_password",'x')
+  
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment.html new file mode 100644 index 000000000..842c50558 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/006f404a/attachment.html @@ -0,0 +1,80 @@ + + + +[482] - use ssl for epoll ( for security reason ) + + + + +
+
+
Revision
482
+
Author
misc
+
Date
2010-11-30 18:24:51 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
- use ssl for epoll ( for security reason )
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/epoll/manifests/init.pp
+===================================================================
+--- puppet/modules/epoll/manifests/init.pp	2010-11-26 16:57:31 UTC (rev 481)
++++ puppet/modules/epoll/manifests/init.pp	2010-11-30 17:24:51 UTC (rev 482)
+@@ -8,8 +8,11 @@
+     
+     apache::vhost_catalyst_app { $vhost:
+         script => "/usr/bin/epoll_fastcgi.pl", 
++        use_ssl => true, 
+         require => Package['Epoll']
+     }
++
++    apache::vhost_redirect_ssl { $vhost: }
+      
+     $password = extlookup("epoll_password",'x')
+  
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment-0001.html new file mode 100644 index 000000000..818e9bc77 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment-0001.html @@ -0,0 +1,84 @@ + + + +[483] split the declaration of openssl in a class so we can have multiple + + + + +
+
+
Revision
483
+
Author
misc
+
Date
2010-11-30 20:21:42 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
split the declaration of openssl in a class so we can have multiple
+declaration of self_signed_certificate
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openssl/manifests/init.pp
+===================================================================
+--- puppet/modules/openssl/manifests/init.pp	2010-11-30 17:24:51 UTC (rev 482)
++++ puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:42 UTC (rev 483)
+@@ -1,8 +1,13 @@
+ class openssl {
+-	define self_signed_cert($directory = '/etc/certs') {
++    class base {
+         package { 'openssl':
+             ensure => installed
+         }
++    } 
++
++	define self_signed_cert($directory = '/etc/certs') {
++        include openssl::base
++        
+         $pem_file = "$name.pem"
+ 	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name.$domain'":
+             cwd => "$directory",
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment.html new file mode 100644 index 000000000..818e9bc77 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/167e3f37/attachment.html @@ -0,0 +1,84 @@ + + + +[483] split the declaration of openssl in a class so we can have multiple + + + + +
+
+
Revision
483
+
Author
misc
+
Date
2010-11-30 20:21:42 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
split the declaration of openssl in a class so we can have multiple
+declaration of self_signed_certificate
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openssl/manifests/init.pp
+===================================================================
+--- puppet/modules/openssl/manifests/init.pp	2010-11-30 17:24:51 UTC (rev 482)
++++ puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:42 UTC (rev 483)
+@@ -1,8 +1,13 @@
+ class openssl {
+-	define self_signed_cert($directory = '/etc/certs') {
++    class base {
+         package { 'openssl':
+             ensure => installed
+         }
++    } 
++
++	define self_signed_cert($directory = '/etc/certs') {
++        include openssl::base
++        
+         $pem_file = "$name.pem"
+ 	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name.$domain'":
+             cwd => "$directory",
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment-0001.html new file mode 100644 index 000000000..e53f33a65 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment-0001.html @@ -0,0 +1,78 @@ + + + +[486] since the domain name is not added automatically by openssl module, add + + + + +
+
+
Revision
486
+
Author
misc
+
Date
2010-11-30 20:21:46 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
since the domain name is not added automatically by openssl module, add
+it here
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openldap/manifests/init.pp
+===================================================================
+--- puppet/modules/openldap/manifests/init.pp	2010-11-30 19:21:45 UTC (rev 485)
++++ puppet/modules/openldap/manifests/init.pp	2010-11-30 19:21:46 UTC (rev 486)
+@@ -17,7 +17,7 @@
+             mode => 755,
+         }
+ 
+-        openssl::self_signed_cert{ 'ldap':
++        openssl::self_signed_cert{ "ldap.$domain":
+             directory => "/etc/ssl/openldap/"
+         }
+     }
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment.html new file mode 100644 index 000000000..e53f33a65 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/3ad84f9b/attachment.html @@ -0,0 +1,78 @@ + + + +[486] since the domain name is not added automatically by openssl module, add + + + + +
+
+
Revision
486
+
Author
misc
+
Date
2010-11-30 20:21:46 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
since the domain name is not added automatically by openssl module, add
+it here
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openldap/manifests/init.pp
+===================================================================
+--- puppet/modules/openldap/manifests/init.pp	2010-11-30 19:21:45 UTC (rev 485)
++++ puppet/modules/openldap/manifests/init.pp	2010-11-30 19:21:46 UTC (rev 486)
+@@ -17,7 +17,7 @@
+             mode => 755,
+         }
+ 
+-        openssl::self_signed_cert{ 'ldap':
++        openssl::self_signed_cert{ "ldap.$domain":
+             directory => "/etc/ssl/openldap/"
+         }
+     }
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment-0001.html new file mode 100644 index 000000000..61ed8546b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment-0001.html @@ -0,0 +1,77 @@ + + + +[485] - do not automatically add the domain name when creating a certificate + + + + +
+
+
Revision
485
+
Author
misc
+
Date
2010-11-30 20:21:45 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
- do not automatically add the domain name when creating a certificate
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openssl/manifests/init.pp
+===================================================================
+--- puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:44 UTC (rev 484)
++++ puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:45 UTC (rev 485)
+@@ -9,7 +9,7 @@
+         include openssl::base
+         
+         $pem_file = "$name.pem"
+-	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name.$domain'":
++	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name'":
+             cwd => "$directory",
+             creates => "$directory/$name.pem",
+             require => Package['openssl']
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment.html new file mode 100644 index 000000000..61ed8546b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/3d5c4b1f/attachment.html @@ -0,0 +1,77 @@ + + + +[485] - do not automatically add the domain name when creating a certificate + + + + +
+
+
Revision
485
+
Author
misc
+
Date
2010-11-30 20:21:45 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
- do not automatically add the domain name when creating a certificate
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openssl/manifests/init.pp
+===================================================================
+--- puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:44 UTC (rev 484)
++++ puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:45 UTC (rev 485)
+@@ -9,7 +9,7 @@
+         include openssl::base
+         
+         $pem_file = "$name.pem"
+-	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name.$domain'":
++	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name'":
+             cwd => "$directory",
+             creates => "$directory/$name.pem",
+             require => Package['openssl']
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment-0001.html new file mode 100644 index 000000000..6058fb61b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment-0001.html @@ -0,0 +1,82 @@ + + + +[489] - create the certificate ( self signed ) when ssl is enabled + + + + +
+
+
Revision
489
+
Author
misc
+
Date
2010-11-30 20:21:49 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
- create the certificate ( self signed ) when ssl is enabled
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:48 UTC (rev 488)
++++ puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:49 UTC (rev 489)
+@@ -97,6 +97,13 @@
+ 
+         include apache::mod_fastcgi 
+ 
++        if $use_ssl {
++            include apache::mod_ssl
++            openssl::self_signed_cert{ "$name":
++                directory => "/etc/ssl/apache/"
++            }
++        }
++
+         file { "$name.conf":
+             path => "/etc/httpd/conf/vhosts.d/$name.conf",
+             ensure => "present",
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment.html new file mode 100644 index 000000000..6058fb61b --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/ae665815/attachment.html @@ -0,0 +1,82 @@ + + + +[489] - create the certificate ( self signed ) when ssl is enabled + + + + +
+
+
Revision
489
+
Author
misc
+
Date
2010-11-30 20:21:49 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
- create the certificate ( self signed ) when ssl is enabled
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:48 UTC (rev 488)
++++ puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:49 UTC (rev 489)
+@@ -97,6 +97,13 @@
+ 
+         include apache::mod_fastcgi 
+ 
++        if $use_ssl {
++            include apache::mod_ssl
++            openssl::self_signed_cert{ "$name":
++                directory => "/etc/ssl/apache/"
++            }
++        }
++
+         file { "$name.conf":
+             path => "/etc/httpd/conf/vhosts.d/$name.conf",
+             ensure => "present",
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment-0001.html new file mode 100644 index 000000000..ef3910f79 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment-0001.html @@ -0,0 +1,78 @@ + + + +[484] add requires so the exec do not fail with command not found + + + + +
+
+
Revision
484
+
Author
misc
+
Date
2010-11-30 20:21:44 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
add requires so the exec do not fail with command not found
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openssl/manifests/init.pp
+===================================================================
+--- puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:42 UTC (rev 483)
++++ puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:44 UTC (rev 484)
+@@ -11,7 +11,8 @@
+         $pem_file = "$name.pem"
+ 	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name.$domain'":
+             cwd => "$directory",
+-            creates => "$directory/$name.pem"
++            creates => "$directory/$name.pem",
++            require => Package['openssl']
+         }
+ 	}
+ }
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment.html new file mode 100644 index 000000000..ef3910f79 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/ba73bbf7/attachment.html @@ -0,0 +1,78 @@ + + + +[484] add requires so the exec do not fail with command not found + + + + +
+
+
Revision
484
+
Author
misc
+
Date
2010-11-30 20:21:44 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
add requires so the exec do not fail with command not found
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/openssl/manifests/init.pp
+===================================================================
+--- puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:42 UTC (rev 483)
++++ puppet/modules/openssl/manifests/init.pp	2010-11-30 19:21:44 UTC (rev 484)
+@@ -11,7 +11,8 @@
+         $pem_file = "$name.pem"
+ 	    exec { "openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout $pem_file -out $pem_file -subj  '/CN=$name.$domain'":
+             cwd => "$directory",
+-            creates => "$directory/$name.pem"
++            creates => "$directory/$name.pem",
++            require => Package['openssl']
+         }
+ 	}
+ }
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment-0001.html new file mode 100644 index 000000000..92f62a502 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment-0001.html @@ -0,0 +1,78 @@ + + + +[490] fix the template, this cause the epoll installation on alamut to not + + + + +
+
+
Revision
490
+
Author
misc
+
Date
2010-11-30 20:21:50 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
fix the template, this cause the epoll installation on alamut to not
+have css :/
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
+===================================================================
+--- puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:49 UTC (rev 489)
++++ puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:50 UTC (rev 490)
+@@ -15,7 +15,7 @@
+         # Serve static content directly
+         DocumentRoot  /dev/null
+ 
+-<% if location then %>
++<% if location != '' then %>
+         Alias /static <%= location %>/root/static
+ <% end %>
+         Alias / <%= script %>/
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment.html new file mode 100644 index 000000000..92f62a502 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/bd51f64f/attachment.html @@ -0,0 +1,78 @@ + + + +[490] fix the template, this cause the epoll installation on alamut to not + + + + +
+
+
Revision
490
+
Author
misc
+
Date
2010-11-30 20:21:50 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
fix the template, this cause the epoll installation on alamut to not
+have css :/
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
+===================================================================
+--- puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:49 UTC (rev 489)
++++ puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:50 UTC (rev 490)
+@@ -15,7 +15,7 @@
+         # Serve static content directly
+         DocumentRoot  /dev/null
+ 
+-<% if location then %>
++<% if location != '' then %>
+         Alias /static <%= location %>/root/static
+ <% end %>
+         Alias / <%= script %>/
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment-0001.html new file mode 100644 index 000000000..624bd6d61 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment-0001.html @@ -0,0 +1,85 @@ + + + +[488] enable SNI and use one certificate per vhost for catalyst application + + + + +
+
+
Revision
488
+
Author
misc
+
Date
2010-11-30 20:21:48 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
enable SNI and use one certificate per vhost for catalyst application
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
+===================================================================
+--- puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:47 UTC (rev 487)
++++ puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:48 UTC (rev 488)
+@@ -8,14 +8,12 @@
+ <VirtualHost *:<%= port %>>
+ <% if use_ssl then %>
+         SSLEngine on
+-        #TODO deploy SNI later 
+-        SSLCertificateFile /etc/ssl/apache/apache.pem
+-        SSLCertificateKeyFile /etc/ssl/apache/apache.pem
++        SSLCertificateFile /etc/ssl/apache/<%= name %>.pem
++        SSLCertificateKeyFile /etc/ssl/apache/<%= name %>.pem
+ <% end %>
+         ServerName <%= name %>
+         # Serve static content directly
+         DocumentRoot  /dev/null
+-# header 
+ 
+ <% if location then %>
+         Alias /static <%= location %>/root/static
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment.html new file mode 100644 index 000000000..624bd6d61 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/d0062c3a/attachment.html @@ -0,0 +1,85 @@ + + + +[488] enable SNI and use one certificate per vhost for catalyst application + + + + +
+
+
Revision
488
+
Author
misc
+
Date
2010-11-30 20:21:48 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
enable SNI and use one certificate per vhost for catalyst application
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf
+===================================================================
+--- puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:47 UTC (rev 487)
++++ puppet/modules/apache/templates/vhost_catalyst_app.conf	2010-11-30 19:21:48 UTC (rev 488)
+@@ -8,14 +8,12 @@
+ <VirtualHost *:<%= port %>>
+ <% if use_ssl then %>
+         SSLEngine on
+-        #TODO deploy SNI later 
+-        SSLCertificateFile /etc/ssl/apache/apache.pem
+-        SSLCertificateKeyFile /etc/ssl/apache/apache.pem
++        SSLCertificateFile /etc/ssl/apache/<%= name %>.pem
++        SSLCertificateKeyFile /etc/ssl/apache/<%= name %>.pem
+ <% end %>
+         ServerName <%= name %>
+         # Serve static content directly
+         DocumentRoot  /dev/null
+-# header 
+ 
+ <% if location then %>
+         Alias /static <%= location %>/root/static
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment-0001.html new file mode 100644 index 000000000..af0b7e0a1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment-0001.html @@ -0,0 +1,79 @@ + + + +[487] add the directory that will hold ssl certs + + + + +
+
+
Revision
487
+
Author
misc
+
Date
2010-11-30 20:21:47 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
add the directory that will hold ssl certs
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:46 UTC (rev 486)
++++ puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:47 UTC (rev 487)
+@@ -59,6 +59,10 @@
+     }
+ 
+     class mod_ssl inherits base {
++        file { "/etc/ssl/apache/":
++            ensure => directory
++        }
++
+         package { "apache-mod_ssl":
+             ensure => installed
+         }
+
+
+ + + \ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment.html new file mode 100644 index 000000000..af0b7e0a1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101130/f6c4a83b/attachment.html @@ -0,0 +1,79 @@ + + + +[487] add the directory that will hold ssl certs + + + + +
+
+
Revision
487
+
Author
misc
+
Date
2010-11-30 20:21:47 +0100 (Tue, 30 Nov 2010)
+
+ +

Log Message

+
add the directory that will hold ssl certs
+ +

Modified Paths

+ + +
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:46 UTC (rev 486)
++++ puppet/modules/apache/manifests/init.pp	2010-11-30 19:21:47 UTC (rev 487)
+@@ -59,6 +59,10 @@
+     }
+ 
+     class mod_ssl inherits base {
++        file { "/etc/ssl/apache/":
++            ensure => directory
++        }
++
+         package { "apache-mod_ssl":
+             ensure => installed
+         }
+
+
+ + + \ No newline at end of file -- cgit v1.2.1