diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20101106')
40 files changed, 4046 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/01caa596/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/01caa596/attachment-0001.html new file mode 100644 index 000000000..3527c174c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/01caa596/attachment-0001.html @@ -0,0 +1,89 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[174] - make 'psql -U postgres' as root working</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>174</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:42:49 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- make 'psql -U postgres' as root working</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +<li><a href="#puppetmodulespostgresqltemplatespg_identconf">puppet/modules/postgresql/templates/pg_ident.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_hbaconf">Modified: puppet/modules/postgresql/templates/pg_hba.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:24:40 UTC (rev 173) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:42:49 UTC (rev 174) +@@ -89,7 +89,7 @@ + host transifex transifex 2a02:2178:2:7::2/128 md5 + + # "local" is for Unix domain socket connections only +-local all all ident ++local all all ident map=local + # IPv4 local connections: + host all all 127.0.0.1/32 pam + # IPv6 local connections: + +<a id="puppetmodulespostgresqltemplatespg_identconf">Modified: puppet/modules/postgresql/templates/pg_ident.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:24:40 UTC (rev 173) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:42:49 UTC (rev 174) +@@ -40,4 +40,4 @@ + # ---------------------------------- + + # MAPNAME SYSTEM-USERNAME PG-USERNAME +-any root postgres ++local root postgres + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/01caa596/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/01caa596/attachment.html new file mode 100644 index 000000000..3527c174c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/01caa596/attachment.html @@ -0,0 +1,89 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[174] - make 'psql -U postgres' as root working</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>174</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:42:49 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- make 'psql -U postgres' as root working</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +<li><a href="#puppetmodulespostgresqltemplatespg_identconf">puppet/modules/postgresql/templates/pg_ident.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_hbaconf">Modified: puppet/modules/postgresql/templates/pg_hba.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:24:40 UTC (rev 173) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:42:49 UTC (rev 174) +@@ -89,7 +89,7 @@ + host transifex transifex 2a02:2178:2:7::2/128 md5 + + # "local" is for Unix domain socket connections only +-local all all ident ++local all all ident map=local + # IPv4 local connections: + host all all 127.0.0.1/32 pam + # IPv6 local connections: + +<a id="puppetmodulespostgresqltemplatespg_identconf">Modified: puppet/modules/postgresql/templates/pg_ident.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:24:40 UTC (rev 173) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:42:49 UTC (rev 174) +@@ -40,4 +40,4 @@ + # ---------------------------------- + + # MAPNAME SYSTEM-USERNAME PG-USERNAME +-any root postgres ++local root postgres + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/08460f1b/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/08460f1b/attachment-0001.html new file mode 100644 index 000000000..041700d42 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/08460f1b/attachment-0001.html @@ -0,0 +1,159 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[182] - add django support with wsgi</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>182</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 18:50:14 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add django support with wsgi</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesdjangowsgi">puppet/modules/apache/templates/django.wsgi</a></li> +<li><a href="#puppetmodulesapachetemplatesvhost_django_appconf">puppet/modules/apache/templates/vhost_django_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-06 17:39:16 UTC (rev 181) ++++ puppet/modules/apache/manifests/init.pp 2010-11-06 17:50:14 UTC (rev 182) +@@ -1,6 +1,7 @@ + class apache { + + $vhost_dir = "/etc/httpd/conf/vhosts.d" ++ $wsgi_dir = "/usr/local/lib/wsgi" + + class base { + package { "apache-mpm-prefork": +@@ -54,6 +55,13 @@ + package { "apache-mod_wsgi": + ensure => installed + } ++ ++ file { $wsgi_dir: ++ ensure => directory, ++ owner => root, ++ group => root, ++ mode => 644, ++ } + } + + define vhost_redirect_ssl() { +@@ -82,4 +90,29 @@ + content => template("apache/vhost_catalyst_app.conf") + } + } ++ ++ define vhost_django_app($module, $module_path = '/usr/share') { ++ include apache::mod_wsgi ++ ++ file { "$name.conf": ++ path => "$vhost_dir/$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template("apache/vhost_django_app.conf") ++ } ++ ++ # fichier django wsgi ++ file { "$name.wsgi": ++ path => "$wsgi_dir/$name.wsgi", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 755, ++ notify => Service['apache'], ++ content => template("apache/django.wsgi") ++ } ++ } + } + +<a id="puppetmodulesapachetemplatesdjangowsgi">Added: puppet/modules/apache/templates/django.wsgi</a> +=================================================================== +--- puppet/modules/apache/templates/django.wsgi (rev 0) ++++ puppet/modules/apache/templates/django.wsgi 2010-11-06 17:50:14 UTC (rev 182) +@@ -0,0 +1,9 @@ ++#!/usr/bin/python ++import os, sys ++sys.path.append('<%= module_path %>') ++os.environ['DJANGO_SETTINGS_MODULE'] = '<%= module =%>.settings' ++ ++import django.core.handlers.wsgi ++ ++application = django.core.handlers.wsgi.WSGIHandler() ++ + +<a id="puppetmodulesapachetemplatesvhost_django_appconf">Added: puppet/modules/apache/templates/vhost_django_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_django_app.conf (rev 0) ++++ puppet/modules/apache/templates/vhost_django_app.conf 2010-11-06 17:50:14 UTC (rev 182) +@@ -0,0 +1,12 @@ ++<VirtualHost *:80> ++ ServerName <%= name %> ++ # Serve static content directly ++ DocumentRoot /dev/null ++ ++ WSGIScriptAlias / <%= wsgi_dir%>/<%= name %>.wsgi ++ ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/08460f1b/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/08460f1b/attachment.html new file mode 100644 index 000000000..041700d42 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/08460f1b/attachment.html @@ -0,0 +1,159 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[182] - add django support with wsgi</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>182</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 18:50:14 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add django support with wsgi</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesdjangowsgi">puppet/modules/apache/templates/django.wsgi</a></li> +<li><a href="#puppetmodulesapachetemplatesvhost_django_appconf">puppet/modules/apache/templates/vhost_django_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-06 17:39:16 UTC (rev 181) ++++ puppet/modules/apache/manifests/init.pp 2010-11-06 17:50:14 UTC (rev 182) +@@ -1,6 +1,7 @@ + class apache { + + $vhost_dir = "/etc/httpd/conf/vhosts.d" ++ $wsgi_dir = "/usr/local/lib/wsgi" + + class base { + package { "apache-mpm-prefork": +@@ -54,6 +55,13 @@ + package { "apache-mod_wsgi": + ensure => installed + } ++ ++ file { $wsgi_dir: ++ ensure => directory, ++ owner => root, ++ group => root, ++ mode => 644, ++ } + } + + define vhost_redirect_ssl() { +@@ -82,4 +90,29 @@ + content => template("apache/vhost_catalyst_app.conf") + } + } ++ ++ define vhost_django_app($module, $module_path = '/usr/share') { ++ include apache::mod_wsgi ++ ++ file { "$name.conf": ++ path => "$vhost_dir/$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template("apache/vhost_django_app.conf") ++ } ++ ++ # fichier django wsgi ++ file { "$name.wsgi": ++ path => "$wsgi_dir/$name.wsgi", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 755, ++ notify => Service['apache'], ++ content => template("apache/django.wsgi") ++ } ++ } + } + +<a id="puppetmodulesapachetemplatesdjangowsgi">Added: puppet/modules/apache/templates/django.wsgi</a> +=================================================================== +--- puppet/modules/apache/templates/django.wsgi (rev 0) ++++ puppet/modules/apache/templates/django.wsgi 2010-11-06 17:50:14 UTC (rev 182) +@@ -0,0 +1,9 @@ ++#!/usr/bin/python ++import os, sys ++sys.path.append('<%= module_path %>') ++os.environ['DJANGO_SETTINGS_MODULE'] = '<%= module =%>.settings' ++ ++import django.core.handlers.wsgi ++ ++application = django.core.handlers.wsgi.WSGIHandler() ++ + +<a id="puppetmodulesapachetemplatesvhost_django_appconf">Added: puppet/modules/apache/templates/vhost_django_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_django_app.conf (rev 0) ++++ puppet/modules/apache/templates/vhost_django_app.conf 2010-11-06 17:50:14 UTC (rev 182) +@@ -0,0 +1,12 @@ ++<VirtualHost *:80> ++ ServerName <%= name %> ++ # Serve static content directly ++ DocumentRoot /dev/null ++ ++ WSGIScriptAlias / <%= wsgi_dir%>/<%= name %>.wsgi ++ ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/13515153/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/13515153/attachment-0001.html new file mode 100644 index 000000000..9644957ea --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/13515153/attachment-0001.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[171] - allow transifex user to connect to transifex database</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>171</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:10:14 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- allow transifex user to connect to transifex database</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_hbaconf">Modified: puppet/modules/postgresql/templates/pg_hba.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-05 23:49:19 UTC (rev 170) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:10:14 UTC (rev 171) +@@ -83,7 +83,10 @@ + host epoll epoll 2a02:2178:2:7::2/128 md5 + host mirrors mirrors 127.0.0.1/32 md5 + host mirrors mirrors 212.85.158.146/32 md5 +-host mirrors mirrors 2a02:2178:2:7::2/128 md5 ++host mirrors mirrors 2a02:2178:2:7::2/128 md5 ++host transifex transifex 127.0.0.1/32 md5 ++host transifex transifex 212.85.158.146/32 md5 ++host transifex transifex 2a02:2178:2:7::2/128 md5 + + # "local" is for Unix domain socket connections only + local all all ident + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/13515153/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/13515153/attachment.html new file mode 100644 index 000000000..9644957ea --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/13515153/attachment.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[171] - allow transifex user to connect to transifex database</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>171</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:10:14 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- allow transifex user to connect to transifex database</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_hbaconf">Modified: puppet/modules/postgresql/templates/pg_hba.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-05 23:49:19 UTC (rev 170) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:10:14 UTC (rev 171) +@@ -83,7 +83,10 @@ + host epoll epoll 2a02:2178:2:7::2/128 md5 + host mirrors mirrors 127.0.0.1/32 md5 + host mirrors mirrors 212.85.158.146/32 md5 +-host mirrors mirrors 2a02:2178:2:7::2/128 md5 ++host mirrors mirrors 2a02:2178:2:7::2/128 md5 ++host transifex transifex 127.0.0.1/32 md5 ++host transifex transifex 212.85.158.146/32 md5 ++host transifex transifex 2a02:2178:2:7::2/128 md5 + + # "local" is for Unix domain socket connections only + local all all ident + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/24f3dd3c/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/24f3dd3c/attachment-0001.html new file mode 100644 index 000000000..264653ef8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/24f3dd3c/attachment-0001.html @@ -0,0 +1,128 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[184] Fix ident</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>184</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 20:56:02 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix ident</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 17:50:16 UTC (rev 183) ++++ puppet/manifests/nodes.pp 2010-11-06 19:56:02 UTC (rev 184) +@@ -41,10 +41,9 @@ + # - wiki + # - pastbin + # - LDAP slave +-# - transifex + # - SQL server + # +- include default_mageia_server ++ include default_mageia_server + include bind::bind_master + include postgresql + bind::zone_master { "mageia.org": } +@@ -61,16 +60,16 @@ + node jonund { + # Location: IELO datacenter (marseille) + # +- include default_mageia_server +- include iurt ++ include default_mageia_server ++ include iurt + timezone::timezone { "Europe/Paris": } + } + + node ecosse { + # Location: IELO datacenter (marseille) + # +- include default_mageia_server +- include iurt ++ include default_mageia_server ++ include iurt + timezone::timezone { "Europe/Paris": } + } + +@@ -83,7 +82,7 @@ + # - buy the server + # - install the server in datacenter + # +- include default_mageia_server ++ include default_mageia_server + } + + # gandi-vm +@@ -94,7 +93,7 @@ + # - secondary MX + # - LDAP slave (for external traffic maybe) + # +- include default_mageia_server ++ include default_mageia_server + include bind::bind_master + bind::zone_master { "mageia.org": } + bind::zone_master { "mageia.fr": } +@@ -110,7 +109,7 @@ + # - setup mageia.org web site + # - setup blog + # +- include default_mageia_server ++ include default_mageia_server + include apache::base + timezone::timezone { "Europe/Paris": } + #include postfix + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/24f3dd3c/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/24f3dd3c/attachment.html new file mode 100644 index 000000000..264653ef8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/24f3dd3c/attachment.html @@ -0,0 +1,128 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[184] Fix ident</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>184</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 20:56:02 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Fix ident</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 17:50:16 UTC (rev 183) ++++ puppet/manifests/nodes.pp 2010-11-06 19:56:02 UTC (rev 184) +@@ -41,10 +41,9 @@ + # - wiki + # - pastbin + # - LDAP slave +-# - transifex + # - SQL server + # +- include default_mageia_server ++ include default_mageia_server + include bind::bind_master + include postgresql + bind::zone_master { "mageia.org": } +@@ -61,16 +60,16 @@ + node jonund { + # Location: IELO datacenter (marseille) + # +- include default_mageia_server +- include iurt ++ include default_mageia_server ++ include iurt + timezone::timezone { "Europe/Paris": } + } + + node ecosse { + # Location: IELO datacenter (marseille) + # +- include default_mageia_server +- include iurt ++ include default_mageia_server ++ include iurt + timezone::timezone { "Europe/Paris": } + } + +@@ -83,7 +82,7 @@ + # - buy the server + # - install the server in datacenter + # +- include default_mageia_server ++ include default_mageia_server + } + + # gandi-vm +@@ -94,7 +93,7 @@ + # - secondary MX + # - LDAP slave (for external traffic maybe) + # +- include default_mageia_server ++ include default_mageia_server + include bind::bind_master + bind::zone_master { "mageia.org": } + bind::zone_master { "mageia.fr": } +@@ -110,7 +109,7 @@ + # - setup mageia.org web site + # - setup blog + # +- include default_mageia_server ++ include default_mageia_server + include apache::base + timezone::timezone { "Europe/Paris": } + #include postfix + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/37c9ac37/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/37c9ac37/attachment-0001.html new file mode 100644 index 000000000..468da8af1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/37c9ac37/attachment-0001.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[179] Remove postfix require</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>179</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 12:23:38 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Remove postfix require</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulestransifexmanifestsinitpp">puppet/modules/transifex/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulestransifexmanifestsinitpp">Modified: puppet/modules/transifex/manifests/init.pp</a> +=================================================================== +--- puppet/modules/transifex/manifests/init.pp 2010-11-06 11:20:01 UTC (rev 178) ++++ puppet/modules/transifex/manifests/init.pp 2010-11-06 11:23:38 UTC (rev 179) +@@ -2,10 +2,7 @@ + package { 'transifex': + ensure => installed + } +- package { 'postfix': +- ensure => installed +- } +- ++ + file { "check_new-blog-post": + path => "/etc/transifex/20-engines.conf", + ensure => present, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/37c9ac37/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/37c9ac37/attachment.html new file mode 100644 index 000000000..468da8af1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/37c9ac37/attachment.html @@ -0,0 +1,80 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[179] Remove postfix require</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>179</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 12:23:38 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Remove postfix require</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulestransifexmanifestsinitpp">puppet/modules/transifex/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulestransifexmanifestsinitpp">Modified: puppet/modules/transifex/manifests/init.pp</a> +=================================================================== +--- puppet/modules/transifex/manifests/init.pp 2010-11-06 11:20:01 UTC (rev 178) ++++ puppet/modules/transifex/manifests/init.pp 2010-11-06 11:23:38 UTC (rev 179) +@@ -2,10 +2,7 @@ + package { 'transifex': + ensure => installed + } +- package { 'postfix': +- ensure => installed +- } +- ++ + file { "check_new-blog-post": + path => "/etc/transifex/20-engines.conf", + ensure => present, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/47715b2c/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/47715b2c/attachment-0001.html new file mode 100644 index 000000000..117f51c48 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/47715b2c/attachment-0001.html @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[169] - oups, fix error</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>169</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:45:28 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- oups, fix error</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesepollmanifestsinitpp">puppet/modules/epoll/manifests/init.pp</a></li> +<li><a href="#puppetmodulesmgamirrorsmanifestsinitpp">puppet/modules/mga-mirrors/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesepollmanifestsinitpp">Modified: puppet/modules/epoll/manifests/init.pp</a> +=================================================================== +--- puppet/modules/epoll/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) ++++ puppet/modules/epoll/manifests/init.pp 2010-11-05 23:45:28 UTC (rev 169) +@@ -7,7 +7,7 @@ + } + + apache::vhost_catalyst_app { $vhost: +- script => /usr/bin/epoll_fastcgi.pl ++ script => "/usr/bin/epoll_fastcgi.pl" + } + + $password = extlookup("epoll_password") + +<a id="puppetmodulesmgamirrorsmanifestsinitpp">Modified: puppet/modules/mga-mirrors/manifests/init.pp</a> +=================================================================== +--- puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) ++++ puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:45:28 UTC (rev 169) +@@ -7,7 +7,7 @@ + } + + apache::vhost_catalyst_app { $vhost: +- script => /usr/bin/mga_mirrors_fastcgi.pl ++ script => "/usr/bin/mga_mirrors_fastcgi.pl" + } + + $password = extlookup("mga_mirror_password") + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/47715b2c/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/47715b2c/attachment.html new file mode 100644 index 000000000..117f51c48 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/47715b2c/attachment.html @@ -0,0 +1,92 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[169] - oups, fix error</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>169</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:45:28 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- oups, fix error</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesepollmanifestsinitpp">puppet/modules/epoll/manifests/init.pp</a></li> +<li><a href="#puppetmodulesmgamirrorsmanifestsinitpp">puppet/modules/mga-mirrors/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesepollmanifestsinitpp">Modified: puppet/modules/epoll/manifests/init.pp</a> +=================================================================== +--- puppet/modules/epoll/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) ++++ puppet/modules/epoll/manifests/init.pp 2010-11-05 23:45:28 UTC (rev 169) +@@ -7,7 +7,7 @@ + } + + apache::vhost_catalyst_app { $vhost: +- script => /usr/bin/epoll_fastcgi.pl ++ script => "/usr/bin/epoll_fastcgi.pl" + } + + $password = extlookup("epoll_password") + +<a id="puppetmodulesmgamirrorsmanifestsinitpp">Modified: puppet/modules/mga-mirrors/manifests/init.pp</a> +=================================================================== +--- puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) ++++ puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:45:28 UTC (rev 169) +@@ -7,7 +7,7 @@ + } + + apache::vhost_catalyst_app { $vhost: +- script => /usr/bin/mga_mirrors_fastcgi.pl ++ script => "/usr/bin/mga_mirrors_fastcgi.pl" + } + + $password = extlookup("mga_mirror_password") + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/4dc98141/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/4dc98141/attachment-0001.html new file mode 100644 index 000000000..2055027f3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/4dc98141/attachment-0001.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[186] Add review board to isntall</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>186</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 21:31:35 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add review board to isntall</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 20:22:21 UTC (rev 185) ++++ puppet/manifests/nodes.pp 2010-11-06 20:31:35 UTC (rev 186) +@@ -34,6 +34,7 @@ + # + # TODO: + # - Bug Tracker ++# - Review board + # - nagios + # - api + # - mail server + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/4dc98141/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/4dc98141/attachment.html new file mode 100644 index 000000000..2055027f3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/4dc98141/attachment.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[186] Add review board to isntall</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>186</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 21:31:35 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add review board to isntall</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 20:22:21 UTC (rev 185) ++++ puppet/manifests/nodes.pp 2010-11-06 20:31:35 UTC (rev 186) +@@ -34,6 +34,7 @@ + # + # TODO: + # - Bug Tracker ++# - Review board + # - nagios + # - api + # - mail server + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/59b8ee84/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/59b8ee84/attachment-0001.html new file mode 100644 index 000000000..578f917cc --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/59b8ee84/attachment-0001.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[180] Shame on me, I forgot a pipe...</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>180</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-06 13:20:34 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Shame on me, I forgot a pipe...</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesblogtemplatescheck_newblogpostsh">puppet/modules/blog/templates/check_new-blog-post.sh</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesblogtemplatescheck_newblogpostsh">Modified: puppet/modules/blog/templates/check_new-blog-post.sh</a> +=================================================================== +--- puppet/modules/blog/templates/check_new-blog-post.sh 2010-11-06 11:23:38 UTC (rev 179) ++++ puppet/modules/blog/templates/check_new-blog-post.sh 2010-11-06 12:20:34 UTC (rev 180) +@@ -23,7 +23,7 @@ + else + # New post to translate + echo "YES" >> $PATH_TO_FILE"/last_check" +- echo "A new blog post is waiting for translation" /bin/mail -s "New entry on English Blog" mageia-blogteam@mageia.org ++ echo "A new blog post is waiting for translation" | /bin/mail -s "New entry on English Blog" mageia-blogteam@mageia.org + echo $DATE + fi + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/59b8ee84/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/59b8ee84/attachment.html new file mode 100644 index 000000000..578f917cc --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/59b8ee84/attachment.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[180] Shame on me, I forgot a pipe...</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>180</dd> +<dt>Author</dt> <dd>dams</dd> +<dt>Date</dt> <dd>2010-11-06 13:20:34 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Shame on me, I forgot a pipe...</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesblogtemplatescheck_newblogpostsh">puppet/modules/blog/templates/check_new-blog-post.sh</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesblogtemplatescheck_newblogpostsh">Modified: puppet/modules/blog/templates/check_new-blog-post.sh</a> +=================================================================== +--- puppet/modules/blog/templates/check_new-blog-post.sh 2010-11-06 11:23:38 UTC (rev 179) ++++ puppet/modules/blog/templates/check_new-blog-post.sh 2010-11-06 12:20:34 UTC (rev 180) +@@ -23,7 +23,7 @@ + else + # New post to translate + echo "YES" >> $PATH_TO_FILE"/last_check" +- echo "A new blog post is waiting for translation" /bin/mail -s "New entry on English Blog" mageia-blogteam@mageia.org ++ echo "A new blog post is waiting for translation" | /bin/mail -s "New entry on English Blog" mageia-blogteam@mageia.org + echo $DATE + fi + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/5ee10c09/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/5ee10c09/attachment-0001.html new file mode 100644 index 000000000..8391000eb --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/5ee10c09/attachment-0001.html @@ -0,0 +1,136 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[172] - manage pg_ident.conf for postgresql</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>172</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:22:44 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- manage pg_ident.conf for postgresql</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqlmanifestsinitpp">puppet/modules/postgresql/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_identconf">puppet/modules/postgresql/templates/pg_ident.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqlmanifestsinitpp">Modified: puppet/modules/postgresql/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postgresql/manifests/init.pp 2010-11-06 07:10:14 UTC (rev 171) ++++ puppet/modules/postgresql/manifests/init.pp 2010-11-06 07:22:44 UTC (rev 172) +@@ -37,4 +37,14 @@ + require => Package["postgresql9.0-server"], + notify => [Service["postgresql"]] + } ++ ++ file { '/var/lib/pgsql/data/pg_ident.conf': ++ ensure => present, ++ owner => postgres, ++ group => postgres, ++ mode => 600, ++ content => template("postgresql/pg_ident.conf"), ++ require => Package["postgresql9.0-server"], ++ notify => [Service["postgresql"]] ++ } + } + +<a id="puppetmodulespostgresqltemplatespg_identconf">Added: puppet/modules/postgresql/templates/pg_ident.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf (rev 0) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:22:44 UTC (rev 172) +@@ -0,0 +1,42 @@ ++# PostgreSQL User Name Maps ++# ========================= ++# ++# Refer to the PostgreSQL documentation, chapter "Client ++# Authentication" for a complete description. A short synopsis ++# follows. ++# ++# This file controls PostgreSQL user name mapping. It maps external ++# user names to their corresponding PostgreSQL user names. Records ++# are of the form: ++# ++# MAPNAME SYSTEM-USERNAME PG-USERNAME ++# ++# (The uppercase quantities must be replaced by actual values.) ++# ++# MAPNAME is the (otherwise freely chosen) map name that was used in ++# pg_hba.conf. SYSTEM-USERNAME is the detected user name of the ++# client. PG-USERNAME is the requested PostgreSQL user name. The ++# existence of a record specifies that SYSTEM-USERNAME may connect as ++# PG-USERNAME. ++# ++# If SYSTEM-USERNAME starts with a slash (/), it will be treated as a ++# regular expression. Optionally this can contain a capture (a ++# parenthesized subexpression). The substring matching the capture ++# will be substituted for \1 (backslash-one) if present in ++# PG-USERNAME. ++# ++# Multiple maps may be specified in this file and used by pg_hba.conf. ++# ++# No map names are defined in the default configuration. If all ++# system user names and PostgreSQL user names are the same, you don't ++# need anything in this file. ++# ++# This file is read on server startup and when the postmaster receives ++# a SIGHUP signal. If you edit the file on a running system, you have ++# to SIGHUP the postmaster for the changes to take effect. You can ++# use "pg_ctl reload" to do that. ++ ++# Put your actual configuration here ++# ---------------------------------- ++ ++# MAPNAME SYSTEM-USERNAME PG-USERNAME + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/5ee10c09/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/5ee10c09/attachment.html new file mode 100644 index 000000000..8391000eb --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/5ee10c09/attachment.html @@ -0,0 +1,136 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[172] - manage pg_ident.conf for postgresql</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>172</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:22:44 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- manage pg_ident.conf for postgresql</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqlmanifestsinitpp">puppet/modules/postgresql/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_identconf">puppet/modules/postgresql/templates/pg_ident.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqlmanifestsinitpp">Modified: puppet/modules/postgresql/manifests/init.pp</a> +=================================================================== +--- puppet/modules/postgresql/manifests/init.pp 2010-11-06 07:10:14 UTC (rev 171) ++++ puppet/modules/postgresql/manifests/init.pp 2010-11-06 07:22:44 UTC (rev 172) +@@ -37,4 +37,14 @@ + require => Package["postgresql9.0-server"], + notify => [Service["postgresql"]] + } ++ ++ file { '/var/lib/pgsql/data/pg_ident.conf': ++ ensure => present, ++ owner => postgres, ++ group => postgres, ++ mode => 600, ++ content => template("postgresql/pg_ident.conf"), ++ require => Package["postgresql9.0-server"], ++ notify => [Service["postgresql"]] ++ } + } + +<a id="puppetmodulespostgresqltemplatespg_identconf">Added: puppet/modules/postgresql/templates/pg_ident.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf (rev 0) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:22:44 UTC (rev 172) +@@ -0,0 +1,42 @@ ++# PostgreSQL User Name Maps ++# ========================= ++# ++# Refer to the PostgreSQL documentation, chapter "Client ++# Authentication" for a complete description. A short synopsis ++# follows. ++# ++# This file controls PostgreSQL user name mapping. It maps external ++# user names to their corresponding PostgreSQL user names. Records ++# are of the form: ++# ++# MAPNAME SYSTEM-USERNAME PG-USERNAME ++# ++# (The uppercase quantities must be replaced by actual values.) ++# ++# MAPNAME is the (otherwise freely chosen) map name that was used in ++# pg_hba.conf. SYSTEM-USERNAME is the detected user name of the ++# client. PG-USERNAME is the requested PostgreSQL user name. The ++# existence of a record specifies that SYSTEM-USERNAME may connect as ++# PG-USERNAME. ++# ++# If SYSTEM-USERNAME starts with a slash (/), it will be treated as a ++# regular expression. Optionally this can contain a capture (a ++# parenthesized subexpression). The substring matching the capture ++# will be substituted for \1 (backslash-one) if present in ++# PG-USERNAME. ++# ++# Multiple maps may be specified in this file and used by pg_hba.conf. ++# ++# No map names are defined in the default configuration. If all ++# system user names and PostgreSQL user names are the same, you don't ++# need anything in this file. ++# ++# This file is read on server startup and when the postmaster receives ++# a SIGHUP signal. If you edit the file on a running system, you have ++# to SIGHUP the postmaster for the changes to take effect. You can ++# use "pg_ctl reload" to do that. ++ ++# Put your actual configuration here ++# ---------------------------------- ++ ++# MAPNAME SYSTEM-USERNAME PG-USERNAME + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/7353c0c4/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/7353c0c4/attachment-0001.html new file mode 100644 index 000000000..1e35718f8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/7353c0c4/attachment-0001.html @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[167] - add a define to ease catalyst application deployement</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>167</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:29:16 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a define to ease catalyst application deployement</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_catalyst_appconf">puppet/modules/apache/templates/vhost_catalyst_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-05 18:58:30 UTC (rev 166) ++++ puppet/modules/apache/manifests/init.pp 2010-11-05 23:29:16 UTC (rev 167) +@@ -53,4 +53,19 @@ + ensure => installed + } + } ++ ++ define vhost_catalyst_app($script, $process = 4, $force_ssl = false) { ++ ++ include apache::mod_fastcgi ++ ++ file { "$name.conf": ++ path => "/etc/httpd/conf/vhosts.d/$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template("apache/vhost_catalyst_app.conf") ++ } ++ } + } + +<a id="puppetmodulesapachetemplatesvhost_catalyst_appconf">Added: puppet/modules/apache/templates/vhost_catalyst_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf (rev 0) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-05 23:29:16 UTC (rev 167) +@@ -0,0 +1,13 @@ ++<VirtualHost *:80> ++ ServerName <%= vhost %> ++ # Serve static content directly ++ DocumentRoot /dev/null ++ ++ Alias <%= script %>/ / ++ FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 ++ ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/7353c0c4/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/7353c0c4/attachment.html new file mode 100644 index 000000000..1e35718f8 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/7353c0c4/attachment.html @@ -0,0 +1,112 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[167] - add a define to ease catalyst application deployement</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>167</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:29:16 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a define to ease catalyst application deployement</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_catalyst_appconf">puppet/modules/apache/templates/vhost_catalyst_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-05 18:58:30 UTC (rev 166) ++++ puppet/modules/apache/manifests/init.pp 2010-11-05 23:29:16 UTC (rev 167) +@@ -53,4 +53,19 @@ + ensure => installed + } + } ++ ++ define vhost_catalyst_app($script, $process = 4, $force_ssl = false) { ++ ++ include apache::mod_fastcgi ++ ++ file { "$name.conf": ++ path => "/etc/httpd/conf/vhosts.d/$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template("apache/vhost_catalyst_app.conf") ++ } ++ } + } + +<a id="puppetmodulesapachetemplatesvhost_catalyst_appconf">Added: puppet/modules/apache/templates/vhost_catalyst_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf (rev 0) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-05 23:29:16 UTC (rev 167) +@@ -0,0 +1,13 @@ ++<VirtualHost *:80> ++ ServerName <%= vhost %> ++ # Serve static content directly ++ DocumentRoot /dev/null ++ ++ Alias <%= script %>/ / ++ FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 ++ ++ <Location /> ++ Allow from all ++ </Location> ++</VirtualHost> ++ + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/a020a854/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/a020a854/attachment-0001.html new file mode 100644 index 000000000..59a453892 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/a020a854/attachment-0001.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[170] - oups again, fix the order of arguments</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>170</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:49:19 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- oups again, fix the order of arguments</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_catalyst_appconf">puppet/modules/apache/templates/vhost_catalyst_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachetemplatesvhost_catalyst_appconf">Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-05 23:45:28 UTC (rev 169) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-05 23:49:19 UTC (rev 170) +@@ -3,7 +3,7 @@ + # Serve static content directly + DocumentRoot /dev/null + +- Alias <%= script %>/ / ++ Alias / <%= script %>/ + FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 + + <Location /> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/a020a854/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/a020a854/attachment.html new file mode 100644 index 000000000..59a453892 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/a020a854/attachment.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[170] - oups again, fix the order of arguments</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>170</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:49:19 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- oups again, fix the order of arguments</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_catalyst_appconf">puppet/modules/apache/templates/vhost_catalyst_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachetemplatesvhost_catalyst_appconf">Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-05 23:45:28 UTC (rev 169) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-05 23:49:19 UTC (rev 170) +@@ -3,7 +3,7 @@ + # Serve static content directly + DocumentRoot /dev/null + +- Alias <%= script %>/ / ++ Alias / <%= script %>/ + FastCgiServer <%= script %> -processes <%= process %> -idle-timeout 30 + + <Location /> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/a438e187/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/a438e187/attachment-0001.html new file mode 100644 index 000000000..a9b5e48de --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/a438e187/attachment-0001.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[181] - refactor the directory name for apache vhost config</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>181</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 18:39:16 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- refactor the directory name for apache vhost config</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-06 12:20:34 UTC (rev 180) ++++ puppet/modules/apache/manifests/init.pp 2010-11-06 17:39:16 UTC (rev 181) +@@ -1,5 +1,7 @@ + class apache { + ++ $vhost_dir = "/etc/httpd/conf/vhosts.d" ++ + class base { + package { "apache-mpm-prefork": + alias => apache, +@@ -56,7 +58,7 @@ + + define vhost_redirect_ssl() { + file { "redirect_ssl_$name.conf": +- path => "/etc/httpd/conf/vhosts.d/redirect_ssl_$name.conf", ++ path => "$vhost_dir/redirect_ssl_$name.conf", + ensure => "present", + owner => root, + group => root, +@@ -71,7 +73,7 @@ + include apache::mod_fastcgi + + file { "$name.conf": +- path => "/etc/httpd/conf/vhosts.d/$name.conf", ++ path => "$vhost_dir/$name.conf", + ensure => "present", + owner => root, + group => root, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/a438e187/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/a438e187/attachment.html new file mode 100644 index 000000000..a9b5e48de --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/a438e187/attachment.html @@ -0,0 +1,94 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[181] - refactor the directory name for apache vhost config</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>181</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 18:39:16 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- refactor the directory name for apache vhost config</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-06 12:20:34 UTC (rev 180) ++++ puppet/modules/apache/manifests/init.pp 2010-11-06 17:39:16 UTC (rev 181) +@@ -1,5 +1,7 @@ + class apache { + ++ $vhost_dir = "/etc/httpd/conf/vhosts.d" ++ + class base { + package { "apache-mpm-prefork": + alias => apache, +@@ -56,7 +58,7 @@ + + define vhost_redirect_ssl() { + file { "redirect_ssl_$name.conf": +- path => "/etc/httpd/conf/vhosts.d/redirect_ssl_$name.conf", ++ path => "$vhost_dir/redirect_ssl_$name.conf", + ensure => "present", + owner => root, + group => root, +@@ -71,7 +73,7 @@ + include apache::mod_fastcgi + + file { "$name.conf": +- path => "/etc/httpd/conf/vhosts.d/$name.conf", ++ path => "$vhost_dir/$name.conf", + ensure => "present", + owner => root, + group => root, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/b2908cf8/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/b2908cf8/attachment-0001.html new file mode 100644 index 000000000..f1a152984 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/b2908cf8/attachment-0001.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[178] include transifex</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>178</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 12:20:01 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>include transifex</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 11:18:39 UTC (rev 177) ++++ puppet/manifests/nodes.pp 2010-11-06 11:20:01 UTC (rev 178) +@@ -54,6 +54,7 @@ + include catdap + include mga-mirrors + include epoll ++ include transifex + } + + # buildnode + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/b2908cf8/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/b2908cf8/attachment.html new file mode 100644 index 000000000..f1a152984 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/b2908cf8/attachment.html @@ -0,0 +1,76 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[178] include transifex</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>178</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 12:20:01 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>include transifex</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 11:18:39 UTC (rev 177) ++++ puppet/manifests/nodes.pp 2010-11-06 11:20:01 UTC (rev 178) +@@ -54,6 +54,7 @@ + include catdap + include mga-mirrors + include epoll ++ include transifex + } + + # buildnode + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/c723cc9b/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/c723cc9b/attachment-0001.html new file mode 100644 index 000000000..4a29f1869 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/c723cc9b/attachment-0001.html @@ -0,0 +1,105 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[176] - add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>176</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 10:36:03 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_ssl_redirectconf">puppet/modules/apache/templates/vhost_ssl_redirect.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-06 09:00:37 UTC (rev 175) ++++ puppet/modules/apache/manifests/init.pp 2010-11-06 09:36:03 UTC (rev 176) +@@ -54,8 +54,20 @@ + } + } + +- define vhost_catalyst_app($script, $process = 4, $force_ssl = false) { ++ define vhost_redirect_ssl() { ++ file { "redirect_ssl_$name.conf": ++ path => "/etc/httpd/conf/vhosts.d/redirect_ssl_$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template("apache/vhost_ssl_redirect.conf") ++ } ++ } + ++ define vhost_catalyst_app($script, $process = 4, $use_ssl = false) { ++ + include apache::mod_fastcgi + + file { "$name.conf": + +<a id="puppetmodulesapachetemplatesvhost_ssl_redirectconf">Added: puppet/modules/apache/templates/vhost_ssl_redirect.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_ssl_redirect.conf (rev 0) ++++ puppet/modules/apache/templates/vhost_ssl_redirect.conf 2010-11-06 09:36:03 UTC (rev 176) +@@ -0,0 +1,4 @@ ++<VirtualHost *:80> ++ ServerName <%= vhost %> ++ Redirect / https://<%= vhost %>/ ++</VirtualHost> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/c723cc9b/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/c723cc9b/attachment.html new file mode 100644 index 000000000..4a29f1869 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/c723cc9b/attachment.html @@ -0,0 +1,105 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[176] - add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>176</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 10:36:03 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a type for vhost redirection to ssl ( for epoll and catdap, once we have https )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachemanifestsinitpp">puppet/modules/apache/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_ssl_redirectconf">puppet/modules/apache/templates/vhost_ssl_redirect.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachemanifestsinitpp">Modified: puppet/modules/apache/manifests/init.pp</a> +=================================================================== +--- puppet/modules/apache/manifests/init.pp 2010-11-06 09:00:37 UTC (rev 175) ++++ puppet/modules/apache/manifests/init.pp 2010-11-06 09:36:03 UTC (rev 176) +@@ -54,8 +54,20 @@ + } + } + +- define vhost_catalyst_app($script, $process = 4, $force_ssl = false) { ++ define vhost_redirect_ssl() { ++ file { "redirect_ssl_$name.conf": ++ path => "/etc/httpd/conf/vhosts.d/redirect_ssl_$name.conf", ++ ensure => "present", ++ owner => root, ++ group => root, ++ mode => 644, ++ notify => Service['apache'], ++ content => template("apache/vhost_ssl_redirect.conf") ++ } ++ } + ++ define vhost_catalyst_app($script, $process = 4, $use_ssl = false) { ++ + include apache::mod_fastcgi + + file { "$name.conf": + +<a id="puppetmodulesapachetemplatesvhost_ssl_redirectconf">Added: puppet/modules/apache/templates/vhost_ssl_redirect.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_ssl_redirect.conf (rev 0) ++++ puppet/modules/apache/templates/vhost_ssl_redirect.conf 2010-11-06 09:36:03 UTC (rev 176) +@@ -0,0 +1,4 @@ ++<VirtualHost *:80> ++ ServerName <%= vhost %> ++ Redirect / https://<%= vhost %>/ ++</VirtualHost> + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/ca6f3397/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/ca6f3397/attachment-0001.html new file mode 100644 index 000000000..c294a5dce --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/ca6f3397/attachment-0001.html @@ -0,0 +1,129 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[177] Add puppet conf for transifex</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>177</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 12:18:39 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add puppet conf for transifex</pre> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/transifex/</li> +<li>puppet/modules/transifex/manifests/</li> +<li><a href="#puppetmodulestransifexmanifestsinitpp">puppet/modules/transifex/manifests/init.pp</a></li> +<li>puppet/modules/transifex/templates/</li> +<li><a href="#puppetmodulestransifextemplates20enginesconf">puppet/modules/transifex/templates/20-engines.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulestransifexmanifestsinitpp">Added: puppet/modules/transifex/manifests/init.pp</a> +=================================================================== +--- puppet/modules/transifex/manifests/init.pp (rev 0) ++++ puppet/modules/transifex/manifests/init.pp 2010-11-06 11:18:39 UTC (rev 177) +@@ -0,0 +1,17 @@ ++class transifex { ++ package { 'transifex': ++ ensure => installed ++ } ++ package { 'postfix': ++ ensure => installed ++ } ++ ++ file { "check_new-blog-post": ++ path => "/etc/transifex/20-engines.conf", ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 755, ++ content => template("transifex/20-engines.conf") ++ } ++} + +<a id="puppetmodulestransifextemplates20enginesconf">Added: puppet/modules/transifex/templates/20-engines.conf</a> +=================================================================== +--- puppet/modules/transifex/templates/20-engines.conf (rev 0) ++++ puppet/modules/transifex/templates/20-engines.conf 2010-11-06 11:18:39 UTC (rev 177) +@@ -0,0 +1,33 @@ ++### ENGINE CONFIGURATION ++# Database and caching ++ ++## Database configuration ++ ++# http://docs.djangoproject.com/en/dev/ref/settings/#database-engine ++DATABASE_ENGINE = 'postgresql_psycopg2' ++# Use file path for sqlite3 ++DATABASE_NAME = 'transifex' ++# The following are not used for sqlite3 ++DATABASE_USER = 'transifex' ++DATABASE_PASSWORD = 'transifex' ++DATABASE_HOST = 'pgsql.mageia.org' # Set to empty string for local socket ++DATABASE_PORT = '' # Set to empty string for default ++ ++## Caching (optional) ++ ++CACHE_BACKEND = 'locmem://' ++# For memcached: CACHE_BACKEND = 'memcached://127.0.0.1:11211/' ++# No caching: CACHE_BACKEND = 'dummy://' ++ ++CACHE_MIDDLEWARE_SECONDS = 3600 ++CACHE_MIDDLEWARE_KEY_PREFIX = 'tx' ++CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True ++ ++# Note: Additional caching configuration takes place in 50-project.conf in the ++# MIDDLEWARE_CLASSES option. ++ ++# Database settings for unittests ++TEST_CHARSET = "utf8" ++TEST_COLLATION = "utf8_general_ci" ++TEST_DATABASE_CHARSET = TEST_CHARSET ++TEST_DATABASE_COLLATION = TEST_COLLATION + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/ca6f3397/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/ca6f3397/attachment.html new file mode 100644 index 000000000..c294a5dce --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/ca6f3397/attachment.html @@ -0,0 +1,129 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[177] Add puppet conf for transifex</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>177</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 12:18:39 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add puppet conf for transifex</pre> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/transifex/</li> +<li>puppet/modules/transifex/manifests/</li> +<li><a href="#puppetmodulestransifexmanifestsinitpp">puppet/modules/transifex/manifests/init.pp</a></li> +<li>puppet/modules/transifex/templates/</li> +<li><a href="#puppetmodulestransifextemplates20enginesconf">puppet/modules/transifex/templates/20-engines.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulestransifexmanifestsinitpp">Added: puppet/modules/transifex/manifests/init.pp</a> +=================================================================== +--- puppet/modules/transifex/manifests/init.pp (rev 0) ++++ puppet/modules/transifex/manifests/init.pp 2010-11-06 11:18:39 UTC (rev 177) +@@ -0,0 +1,17 @@ ++class transifex { ++ package { 'transifex': ++ ensure => installed ++ } ++ package { 'postfix': ++ ensure => installed ++ } ++ ++ file { "check_new-blog-post": ++ path => "/etc/transifex/20-engines.conf", ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 755, ++ content => template("transifex/20-engines.conf") ++ } ++} + +<a id="puppetmodulestransifextemplates20enginesconf">Added: puppet/modules/transifex/templates/20-engines.conf</a> +=================================================================== +--- puppet/modules/transifex/templates/20-engines.conf (rev 0) ++++ puppet/modules/transifex/templates/20-engines.conf 2010-11-06 11:18:39 UTC (rev 177) +@@ -0,0 +1,33 @@ ++### ENGINE CONFIGURATION ++# Database and caching ++ ++## Database configuration ++ ++# http://docs.djangoproject.com/en/dev/ref/settings/#database-engine ++DATABASE_ENGINE = 'postgresql_psycopg2' ++# Use file path for sqlite3 ++DATABASE_NAME = 'transifex' ++# The following are not used for sqlite3 ++DATABASE_USER = 'transifex' ++DATABASE_PASSWORD = 'transifex' ++DATABASE_HOST = 'pgsql.mageia.org' # Set to empty string for local socket ++DATABASE_PORT = '' # Set to empty string for default ++ ++## Caching (optional) ++ ++CACHE_BACKEND = 'locmem://' ++# For memcached: CACHE_BACKEND = 'memcached://127.0.0.1:11211/' ++# No caching: CACHE_BACKEND = 'dummy://' ++ ++CACHE_MIDDLEWARE_SECONDS = 3600 ++CACHE_MIDDLEWARE_KEY_PREFIX = 'tx' ++CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True ++ ++# Note: Additional caching configuration takes place in 50-project.conf in the ++# MIDDLEWARE_CLASSES option. ++ ++# Database settings for unittests ++TEST_CHARSET = "utf8" ++TEST_COLLATION = "utf8_general_ci" ++TEST_DATABASE_CHARSET = TEST_CHARSET ++TEST_DATABASE_COLLATION = TEST_COLLATION + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/d21d5aa9/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/d21d5aa9/attachment-0001.html new file mode 100644 index 000000000..6836da235 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/d21d5aa9/attachment-0001.html @@ -0,0 +1,75 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[183] - use name instead of the vhost variable</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>183</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 18:50:16 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- use name instead of the vhost variable</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_catalyst_appconf">puppet/modules/apache/templates/vhost_catalyst_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachetemplatesvhost_catalyst_appconf">Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-06 17:50:14 UTC (rev 182) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-06 17:50:16 UTC (rev 183) +@@ -1,5 +1,5 @@ + <VirtualHost *:80> +- ServerName <%= vhost %> ++ ServerName <%= name %> + # Serve static content directly + DocumentRoot /dev/null + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/d21d5aa9/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/d21d5aa9/attachment.html new file mode 100644 index 000000000..6836da235 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/d21d5aa9/attachment.html @@ -0,0 +1,75 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[183] - use name instead of the vhost variable</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>183</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 18:50:16 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- use name instead of the vhost variable</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesapachetemplatesvhost_catalyst_appconf">puppet/modules/apache/templates/vhost_catalyst_app.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesapachetemplatesvhost_catalyst_appconf">Modified: puppet/modules/apache/templates/vhost_catalyst_app.conf</a> +=================================================================== +--- puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-06 17:50:14 UTC (rev 182) ++++ puppet/modules/apache/templates/vhost_catalyst_app.conf 2010-11-06 17:50:16 UTC (rev 183) +@@ -1,5 +1,5 @@ + <VirtualHost *:80> +- ServerName <%= vhost %> ++ ServerName <%= name %> + # Serve static content directly + DocumentRoot /dev/null + + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/d6a616a0/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/d6a616a0/attachment-0001.html new file mode 100644 index 000000000..ed45adaea --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/d6a616a0/attachment-0001.html @@ -0,0 +1,174 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[168] - refactor catalyst application config using a common class ( catdap is next )</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>168</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:41:36 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- refactor catalyst application config using a common class ( catdap is next )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesepollmanifestsinitpp">puppet/modules/epoll/manifests/init.pp</a></li> +<li><a href="#puppetmodulesmgamirrorsmanifestsinitpp">puppet/modules/mga-mirrors/manifests/init.pp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesepolltemplatesepoll_vhostconf">puppet/modules/epoll/templates/epoll_vhost.conf</a></li> +<li><a href="#puppetmodulesmgamirrorstemplatesmirrors_vhostconf">puppet/modules/mga-mirrors/templates/mirrors_vhost.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesepollmanifestsinitpp">Modified: puppet/modules/epoll/manifests/init.pp</a> +=================================================================== +--- puppet/modules/epoll/manifests/init.pp 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/epoll/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) +@@ -1,23 +1,15 @@ + class epoll { + +- include apache::mod_fastcgi +- + $vhost = "epoll.$domain" ++ + package { 'Epoll': + ensure => installed + } +- +- # add a apache vhost +- file { "$vhost.conf": +- path => "/etc/httpd/conf/vhosts.d/$vhost.conf", +- ensure => "present", +- owner => root, +- group => root, +- mode => 644, +- notify => Service['apache'], +- content => template("epoll/epoll_vhost.conf") ++ ++ apache::vhost_catalyst_app { $vhost: ++ script => /usr/bin/epoll_fastcgi.pl + } +- ++ + $password = extlookup("epoll_password") + + file { "epoll.yml": + +<a id="puppetmodulesepolltemplatesepoll_vhostconf">Deleted: puppet/modules/epoll/templates/epoll_vhost.conf</a> +=================================================================== +--- puppet/modules/epoll/templates/epoll_vhost.conf 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/epoll/templates/epoll_vhost.conf 2010-11-05 23:41:36 UTC (rev 168) +@@ -1,13 +0,0 @@ +-<VirtualHost *:80> +- ServerName <%= vhost %> +- # Serve static content directly +- DocumentRoot /dev/null +- +- Alias / /usr/bin/epoll_fastcgi.pl/ +- FastCgiServer /usr/bin/epoll_fastcgi.pl -processes 4 -idle-timeout 30 +- +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> +- + +<a id="puppetmodulesmgamirrorsmanifestsinitpp">Modified: puppet/modules/mga-mirrors/manifests/init.pp</a> +=================================================================== +--- puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) +@@ -2,23 +2,14 @@ + + $vhost = "mirrors.$domain" + +- include apache::mod_fastcgi +- + package { 'mga-mirrors': + ensure => installed + } + +- # add a apache vhost +- file { "$vhost.conf": +- path => "/etc/httpd/conf/vhosts.d/$vhost.conf", +- ensure => "present", +- owner => root, +- group => root, +- mode => 644, +- notify => Service['apache'], +- content => template("mga-mirrors/mirrors_vhost.conf") ++ apache::vhost_catalyst_app { $vhost: ++ script => /usr/bin/mga_mirrors_fastcgi.pl + } +- ++ + $password = extlookup("mga_mirror_password") + + file { "mga-mirrors.ini": + +<a id="puppetmodulesmgamirrorstemplatesmirrors_vhostconf">Deleted: puppet/modules/mga-mirrors/templates/mirrors_vhost.conf</a> +=================================================================== +--- puppet/modules/mga-mirrors/templates/mirrors_vhost.conf 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/mga-mirrors/templates/mirrors_vhost.conf 2010-11-05 23:41:36 UTC (rev 168) +@@ -1,13 +0,0 @@ +-<VirtualHost *:80> +- ServerName <%= vhost %> +- # Serve static content directly +- DocumentRoot /dev/null +- +- Alias / /usr/bin/mga_mirrors_fastcgi.pl/ +- FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30 +- +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> +- + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/d6a616a0/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/d6a616a0/attachment.html new file mode 100644 index 000000000..ed45adaea --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/d6a616a0/attachment.html @@ -0,0 +1,174 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[168] - refactor catalyst application config using a common class ( catdap is next )</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>168</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-06 00:41:36 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- refactor catalyst application config using a common class ( catdap is next )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesepollmanifestsinitpp">puppet/modules/epoll/manifests/init.pp</a></li> +<li><a href="#puppetmodulesmgamirrorsmanifestsinitpp">puppet/modules/mga-mirrors/manifests/init.pp</a></li> +</ul> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesepolltemplatesepoll_vhostconf">puppet/modules/epoll/templates/epoll_vhost.conf</a></li> +<li><a href="#puppetmodulesmgamirrorstemplatesmirrors_vhostconf">puppet/modules/mga-mirrors/templates/mirrors_vhost.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesepollmanifestsinitpp">Modified: puppet/modules/epoll/manifests/init.pp</a> +=================================================================== +--- puppet/modules/epoll/manifests/init.pp 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/epoll/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) +@@ -1,23 +1,15 @@ + class epoll { + +- include apache::mod_fastcgi +- + $vhost = "epoll.$domain" ++ + package { 'Epoll': + ensure => installed + } +- +- # add a apache vhost +- file { "$vhost.conf": +- path => "/etc/httpd/conf/vhosts.d/$vhost.conf", +- ensure => "present", +- owner => root, +- group => root, +- mode => 644, +- notify => Service['apache'], +- content => template("epoll/epoll_vhost.conf") ++ ++ apache::vhost_catalyst_app { $vhost: ++ script => /usr/bin/epoll_fastcgi.pl + } +- ++ + $password = extlookup("epoll_password") + + file { "epoll.yml": + +<a id="puppetmodulesepolltemplatesepoll_vhostconf">Deleted: puppet/modules/epoll/templates/epoll_vhost.conf</a> +=================================================================== +--- puppet/modules/epoll/templates/epoll_vhost.conf 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/epoll/templates/epoll_vhost.conf 2010-11-05 23:41:36 UTC (rev 168) +@@ -1,13 +0,0 @@ +-<VirtualHost *:80> +- ServerName <%= vhost %> +- # Serve static content directly +- DocumentRoot /dev/null +- +- Alias / /usr/bin/epoll_fastcgi.pl/ +- FastCgiServer /usr/bin/epoll_fastcgi.pl -processes 4 -idle-timeout 30 +- +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> +- + +<a id="puppetmodulesmgamirrorsmanifestsinitpp">Modified: puppet/modules/mga-mirrors/manifests/init.pp</a> +=================================================================== +--- puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/mga-mirrors/manifests/init.pp 2010-11-05 23:41:36 UTC (rev 168) +@@ -2,23 +2,14 @@ + + $vhost = "mirrors.$domain" + +- include apache::mod_fastcgi +- + package { 'mga-mirrors': + ensure => installed + } + +- # add a apache vhost +- file { "$vhost.conf": +- path => "/etc/httpd/conf/vhosts.d/$vhost.conf", +- ensure => "present", +- owner => root, +- group => root, +- mode => 644, +- notify => Service['apache'], +- content => template("mga-mirrors/mirrors_vhost.conf") ++ apache::vhost_catalyst_app { $vhost: ++ script => /usr/bin/mga_mirrors_fastcgi.pl + } +- ++ + $password = extlookup("mga_mirror_password") + + file { "mga-mirrors.ini": + +<a id="puppetmodulesmgamirrorstemplatesmirrors_vhostconf">Deleted: puppet/modules/mga-mirrors/templates/mirrors_vhost.conf</a> +=================================================================== +--- puppet/modules/mga-mirrors/templates/mirrors_vhost.conf 2010-11-05 23:29:16 UTC (rev 167) ++++ puppet/modules/mga-mirrors/templates/mirrors_vhost.conf 2010-11-05 23:41:36 UTC (rev 168) +@@ -1,13 +0,0 @@ +-<VirtualHost *:80> +- ServerName <%= vhost %> +- # Serve static content directly +- DocumentRoot /dev/null +- +- Alias / /usr/bin/mga_mirrors_fastcgi.pl/ +- FastCgiServer /usr/bin/mga_mirrors_fastcgi.pl -processes 4 -idle-timeout 30 +- +- <Location /> +- Allow from all +- </Location> +-</VirtualHost> +- + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/d918262e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/d918262e/attachment-0001.html new file mode 100644 index 000000000..99ad31e49 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/d918262e/attachment-0001.html @@ -0,0 +1,73 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[173] - root on the server is accepted as postgres user</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>173</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:24:40 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- root on the server is accepted as postgres user</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_identconf">puppet/modules/postgresql/templates/pg_ident.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_identconf">Modified: puppet/modules/postgresql/templates/pg_ident.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:22:44 UTC (rev 172) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:24:40 UTC (rev 173) +@@ -40,3 +40,4 @@ + # ---------------------------------- + + # MAPNAME SYSTEM-USERNAME PG-USERNAME ++any root postgres + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/d918262e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/d918262e/attachment.html new file mode 100644 index 000000000..99ad31e49 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/d918262e/attachment.html @@ -0,0 +1,73 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[173] - root on the server is accepted as postgres user</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>173</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 08:24:40 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- root on the server is accepted as postgres user</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_identconf">puppet/modules/postgresql/templates/pg_ident.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_identconf">Modified: puppet/modules/postgresql/templates/pg_ident.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:22:44 UTC (rev 172) ++++ puppet/modules/postgresql/templates/pg_ident.conf 2010-11-06 07:24:40 UTC (rev 173) +@@ -40,3 +40,4 @@ + # ---------------------------------- + + # MAPNAME SYSTEM-USERNAME PG-USERNAME ++any root postgres + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/ec9d7c2c/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/ec9d7c2c/attachment-0001.html new file mode 100644 index 000000000..d9fe39b95 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/ec9d7c2c/attachment-0001.html @@ -0,0 +1,114 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[175] - notice the file is in svn</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>175</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 10:00:37 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- notice the file is in svn</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +<li><a href="#puppetmodulespostgresqltemplatespostgresqlconf">puppet/modules/postgresql/templates/postgresql.conf</a></li> +</ul> + +<h3>Property Changed</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +<li><a href="#puppetmodulespostgresqltemplatespostgresqlconf">puppet/modules/postgresql/templates/postgresql.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_hbaconf">Modified: puppet/modules/postgresql/templates/pg_hba.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:42:49 UTC (rev 174) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 09:00:37 UTC (rev 175) +@@ -75,6 +75,8 @@ + + + # TYPE DATABASE USER CIDR-ADDRESS METHOD ++# This file is in mageia svn: ++# $Id$ + + # Nanar: + # This bypass global config for specific user/base + + +Property changes on: puppet/modules/postgresql/templates/pg_hba.conf +___________________________________________________________________ +<a id="svnkeywords">Added: svn:keywords</a> + + Id + +<a id="puppetmodulespostgresqltemplatespostgresqlconf">Modified: puppet/modules/postgresql/templates/postgresql.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/postgresql.conf 2010-11-06 07:42:49 UTC (rev 174) ++++ puppet/modules/postgresql/templates/postgresql.conf 2010-11-06 09:00:37 UTC (rev 175) +@@ -1,7 +1,11 @@ + # ----------------------------- + # PostgreSQL configuration file + # ----------------------------- +-# ++ ++# This file is in mageia's svn: ++# $Id$ ++ ++ + # This file consists of lines of the form: + # + # name = value + + +Property changes on: puppet/modules/postgresql/templates/postgresql.conf +___________________________________________________________________ +Added: svn:keywords + + Id + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/ec9d7c2c/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/ec9d7c2c/attachment.html new file mode 100644 index 000000000..d9fe39b95 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/ec9d7c2c/attachment.html @@ -0,0 +1,114 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[175] - notice the file is in svn</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>175</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-06 10:00:37 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- notice the file is in svn</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +<li><a href="#puppetmodulespostgresqltemplatespostgresqlconf">puppet/modules/postgresql/templates/postgresql.conf</a></li> +</ul> + +<h3>Property Changed</h3> +<ul> +<li><a href="#puppetmodulespostgresqltemplatespg_hbaconf">puppet/modules/postgresql/templates/pg_hba.conf</a></li> +<li><a href="#puppetmodulespostgresqltemplatespostgresqlconf">puppet/modules/postgresql/templates/postgresql.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulespostgresqltemplatespg_hbaconf">Modified: puppet/modules/postgresql/templates/pg_hba.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 07:42:49 UTC (rev 174) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 09:00:37 UTC (rev 175) +@@ -75,6 +75,8 @@ + + + # TYPE DATABASE USER CIDR-ADDRESS METHOD ++# This file is in mageia svn: ++# $Id$ + + # Nanar: + # This bypass global config for specific user/base + + +Property changes on: puppet/modules/postgresql/templates/pg_hba.conf +___________________________________________________________________ +<a id="svnkeywords">Added: svn:keywords</a> + + Id + +<a id="puppetmodulespostgresqltemplatespostgresqlconf">Modified: puppet/modules/postgresql/templates/postgresql.conf</a> +=================================================================== +--- puppet/modules/postgresql/templates/postgresql.conf 2010-11-06 07:42:49 UTC (rev 174) ++++ puppet/modules/postgresql/templates/postgresql.conf 2010-11-06 09:00:37 UTC (rev 175) +@@ -1,7 +1,11 @@ + # ----------------------------- + # PostgreSQL configuration file + # ----------------------------- +-# ++ ++# This file is in mageia's svn: ++# $Id$ ++ ++ + # This file consists of lines of the form: + # + # name = value + + +Property changes on: puppet/modules/postgresql/templates/postgresql.conf +___________________________________________________________________ +Added: svn:keywords + + Id + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/f37d892a/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101106/f37d892a/attachment-0001.html new file mode 100644 index 000000000..8975622c5 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/f37d892a/attachment-0001.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[185] Use bug tracker word instead of bugzilla</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>185</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 21:22:21 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Use bug tracker word instead of bugzilla</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 19:56:02 UTC (rev 184) ++++ puppet/manifests/nodes.pp 2010-11-06 20:22:21 UTC (rev 185) +@@ -33,7 +33,7 @@ + # Location: IELO datacenter (marseille) + # + # TODO: +-# - bugzilla ++# - Bug Tracker + # - nagios + # - api + # - mail server + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101106/f37d892a/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101106/f37d892a/attachment.html new file mode 100644 index 000000000..8975622c5 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101106/f37d892a/attachment.html @@ -0,0 +1,77 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" +"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /> +<title>[185] Use bug tracker word instead of bugzilla</title> +</head> +<body> + +<style type="text/css"><!-- +#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; } +#msg dl.meta dt { float: left; width: 6em; font-weight: bold; } +#msg dt:after { content:':';} +#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; } +#msg dl a { font-weight: bold} +#msg dl a:link { color:#fc3; } +#msg dl a:active { color:#ff0; } +#msg dl a:visited { color:#cc6; } +h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; } +#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; } +#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; } +#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; } +#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; } +#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; } +#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; } +#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; } +#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; } +#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; } +#logmsg pre { background: #eee; padding: 1em; } +#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;} +#logmsg dl { margin: 0; } +#logmsg dt { font-weight: bold; } +#logmsg dd { margin: 0; padding: 0 0 0.5em 0; } +#logmsg dd:before { content:'\00bb';} +#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; } +#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; } +#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; } +#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; } +#logmsg table th.Corner { text-align: left; } +#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; } +#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; } +#patch { width: 100%; } +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>185</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-06 21:22:21 +0100 (Sat, 06 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Use bug tracker word instead of bugzilla</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmanifestsnodespp">Modified: puppet/manifests/nodes.pp</a> +=================================================================== +--- puppet/manifests/nodes.pp 2010-11-06 19:56:02 UTC (rev 184) ++++ puppet/manifests/nodes.pp 2010-11-06 20:22:21 UTC (rev 185) +@@ -33,7 +33,7 @@ + # Location: IELO datacenter (marseille) + # + # TODO: +-# - bugzilla ++# - Bug Tracker + # - nagios + # - api + # - mail server + +</pre></div> + +</body> +</html>
\ No newline at end of file |