diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20101107')
12 files changed, 1264 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/8e79ab87/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101107/8e79ab87/attachment-0001.html new file mode 100644 index 000000000..b14156a85 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/8e79ab87/attachment-0001.html @@ -0,0 +1,95 @@ +<!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>[190] - my trick about using $name do not work as expected</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>190</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-07 14:07:01 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- my trick about using $name do not work as expected</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqlmanifestsinitpp">puppet/modules/postgresql/manifests/init.pp</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-07 13:04:26 UTC (rev 189) ++++ puppet/modules/postgresql/manifests/init.pp 2010-11-07 13:07:01 UTC (rev 190) +@@ -29,7 +29,7 @@ + } + + file { "postgresql.conf": +- path => "$pgsql_data/$name", ++ path => "$pgsql_data/postgresql.conf", + ensure => present, + owner => postgres, + group => postgres, +@@ -39,7 +39,7 @@ + } + + file { 'pg_hba.conf': +- path => "$pgsql_data/$name", ++ path => "$pgsql_data/pg_hba.conf", + ensure => present, + owner => postgres, + group => postgres, +@@ -49,7 +49,7 @@ + } + + file { 'pg_ident.conf': +- path => "$pgsql_data/$name", ++ path => "$pgsql_data/pg_ident.conf", + ensure => present, + owner => postgres, + group => postgres, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/8e79ab87/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101107/8e79ab87/attachment.html new file mode 100644 index 000000000..b14156a85 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/8e79ab87/attachment.html @@ -0,0 +1,95 @@ +<!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>[190] - my trick about using $name do not work as expected</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>190</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-07 14:07:01 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- my trick about using $name do not work as expected</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqlmanifestsinitpp">puppet/modules/postgresql/manifests/init.pp</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-07 13:04:26 UTC (rev 189) ++++ puppet/modules/postgresql/manifests/init.pp 2010-11-07 13:07:01 UTC (rev 190) +@@ -29,7 +29,7 @@ + } + + file { "postgresql.conf": +- path => "$pgsql_data/$name", ++ path => "$pgsql_data/postgresql.conf", + ensure => present, + owner => postgres, + group => postgres, +@@ -39,7 +39,7 @@ + } + + file { 'pg_hba.conf': +- path => "$pgsql_data/$name", ++ path => "$pgsql_data/pg_hba.conf", + ensure => present, + owner => postgres, + group => postgres, +@@ -49,7 +49,7 @@ + } + + file { 'pg_ident.conf': +- path => "$pgsql_data/$name", ++ path => "$pgsql_data/pg_ident.conf", + ensure => present, + owner => postgres, + group => postgres, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/8fc391ff/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101107/8fc391ff/attachment-0001.html new file mode 100644 index 000000000..56877c475 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/8fc391ff/attachment-0001.html @@ -0,0 +1,205 @@ +<!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>[188] First commit for the puppet bugzilla module</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>188</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-07 01:46:55 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>First commit for the puppet bugzilla module</pre> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/bugzilla/</li> +<li>puppet/modules/bugzilla/manifests/</li> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +<li>puppet/modules/bugzilla/templates/</li> +<li><a href="#puppetmodulesbugzillatemplateslocalconfig">puppet/modules/bugzilla/templates/localconfig</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillamanifestsinitpp">Added: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp (rev 0) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-07 00:46:55 UTC (rev 188) +@@ -0,0 +1,16 @@ ++class bugzilla { ++ ++ package { bugzilla ++ ensure => installed; ++ } ++ ++ file { '/etc/bugzilla/localconfig': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/localconfig") ++ } ++ ++} ++ + +<a id="puppetmodulesbugzillatemplateslocalconfig">Added: puppet/modules/bugzilla/templates/localconfig</a> +=================================================================== +--- puppet/modules/bugzilla/templates/localconfig (rev 0) ++++ puppet/modules/bugzilla/templates/localconfig 2010-11-07 00:46:55 UTC (rev 188) +@@ -0,0 +1,110 @@ ++ ++# If you are using Apache as your web server, Bugzilla can create .htaccess ++# files for you that will instruct Apache not to serve files that shouldn't ++# be accessed from the web browser (like your local configuration data and non-cgi ++# executable files). For this to work, the directory your Bugzilla ++# installation is in must be within the jurisdiction of a <Directory> block ++# in the httpd.conf file that has 'AllowOverride Limit' in it. If it has ++# 'AllowOverride All' or other options with Limit, that's fine. ++# (Older Apache installations may use an access.conf file to store these ++# <Directory> blocks.) ++# If this is set to 1, Bugzilla will create these files if they don't exist. ++# If this is set to 0, Bugzilla will not create these files. ++$create_htaccess = 0; ++ ++# Usually, this is the group your web server runs as. ++# If you have a Windows box, ignore this setting. ++# If you have use_suexec switched on below, this is the group Apache switches ++# to in order to run Bugzilla scripts. ++# If you do not have access to the group your scripts will run under, ++# set this to "". If you do set this to "", then your Bugzilla installation ++# will be _VERY_ insecure, because some files will be world readable/writable, ++# and so anyone who can get local access to your machine can do whatever they ++# want. You should only have this set to "" if this is a testing installation ++# and you cannot set this up any other way. YOU HAVE BEEN WARNED! ++# If you set this to anything other than "", you will need to run checksetup.pl ++# asroot, or as a user who is a member of the specified group. ++$webservergroup = 'apache'; ++ ++# Set this if Bugzilla runs in an Apache SuexecUserGroup environment. ++# (If your web server runs control panel software (cPanel, Plesk or similar), ++# or if your Bugzilla is to run in a shared hosting environment, then you are ++# almost certainly in an Apache SuexecUserGroup environment.) ++# If you have a Windows box, ignore this setting. ++# If set to 0, Bugzilla will set file permissions as tightly as possible. ++# If set to 1, Bugzilla will set file permissions so that it may work in an ++# SuexecUserGroup environment. The difference is that static files (CSS, ++# JavaScript and so on) will receive world read permissions. ++$use_suexec = 0; ++ ++# What SQL database to use. Default is mysql. List of supported databases ++# can be obtained by listing Bugzilla/DB directory - every module corresponds ++# to one supported database and the name corresponds to a driver name. ++$db_driver = 'pg'; ++ ++# The DNS name of the host that the database server runs on. ++$db_host = 'pgsql.mageia.org'; ++ ++# The name of the database ++$db_name = 'bugs'; ++ ++# Who we connect to the database as. ++$db_user = 'bugs'; ++ ++# Enter your database password here. It's normally advisable to specify ++# a password for your bugzilla database user. ++# If you use apostrophe (') or a backslash (\) in your password, you'll ++# need to escape it by preceding it with a '\' character. (\') or (\) ++# (Far simpler just not to use those characters.) ++$db_pass = 'bugs'; ++ ++# Sometimes the database server is running on a non-standard port. If that's ++# the case for your database server, set this to the port number that your ++# database server is running on. Setting this to 0 means "use the default ++# port for my database server." ++$db_port = 0; ++ ++# MySQL Only: Enter a path to the unix socket for MySQL. If this is ++# blank, then MySQL's compiled-in default will be used. You probably ++# want that. ++$db_sock = ''; ++ ++# Should checksetup.pl try to verify that your database setup is correct? ++# (with some combinations of database servers/Perl modules/moonphase this ++# doesn't work) ++$db_check = 1; ++ ++# With the introduction of a configurable index page using the ++# template toolkit, Bugzilla's main index page is now index.cgi. ++# Most web servers will allow you to use index.cgi as a directory ++# index, and many come preconfigured that way, but if yours doesn't ++# then you'll need an index.html file that provides redirection ++# to index.cgi. Setting $index_html to 1 below will allow ++# checksetup.pl to create one for you if it doesn't exist. ++# NOTE: checksetup.pl will not replace an existing file, so if you ++# wish to have checksetup.pl create one for you, you must ++# make sure that index.html doesn't already exist ++$index_html = 0; ++ ++# For some optional functions of Bugzilla (such as the pretty-print patch ++# viewer), we need the cvs binary to access files and revisions. ++# Because it's possible that this program is not in your path, you can specify ++# its location here. Please specify the full path to the executable. ++$cvsbin = '/usr/bin/cvs'; ++ ++# For some optional functions of Bugzilla (such as the pretty-print patch ++# viewer), we need the interdiff binary to make diffs between two patches. ++# Because it's possible that this program is not in your path, you can specify ++# its location here. Please specify the full path to the executable. ++$interdiffbin = '/usr/bin/interdiff'; ++ ++# The interdiff feature needs diff, so we have to have that path. ++# Please specify the directory name only; do not use trailing slash. ++$diffpath = '/usr/bin'; ++ ++# This secret key is used by your installation for the creation and ++# validation of encrypted tokens to prevent unsolicited changes, ++# such as bug changes. A random string is generated by default. ++# It's very important that this key is kept secret. It also must be ++# very long. ++$site_wide_secret = 'FLDtMWoTaBMifoR5CXo8yAFkeHNzCDra8BwWv6HDgGIvRLVMahTgl6wmD43RaY2pwrrY2xcTUkEX0sGOw7ZPnjwbqx56DtNqHMNDnkS43wywBMfhw0w798zFqAOMYySyPPdEIGg9ZJ1KOtHPk4jW6WVvaHpLjZQEmJYqygVmUaxsSwxdWCQcRPKmQtZqGjvWCwuiTtGOKUhEBbpCIIX20Yw5N50tNq95VzYC08Qw4FGp0stDsx82wNNxdnK1m9KZ'; + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/8fc391ff/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101107/8fc391ff/attachment.html new file mode 100644 index 000000000..56877c475 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/8fc391ff/attachment.html @@ -0,0 +1,205 @@ +<!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>[188] First commit for the puppet bugzilla module</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>188</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-07 01:46:55 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>First commit for the puppet bugzilla module</pre> + +<h3>Added Paths</h3> +<ul> +<li>puppet/modules/bugzilla/</li> +<li>puppet/modules/bugzilla/manifests/</li> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +<li>puppet/modules/bugzilla/templates/</li> +<li><a href="#puppetmodulesbugzillatemplateslocalconfig">puppet/modules/bugzilla/templates/localconfig</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillamanifestsinitpp">Added: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp (rev 0) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-07 00:46:55 UTC (rev 188) +@@ -0,0 +1,16 @@ ++class bugzilla { ++ ++ package { bugzilla ++ ensure => installed; ++ } ++ ++ file { '/etc/bugzilla/localconfig': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/localconfig") ++ } ++ ++} ++ + +<a id="puppetmodulesbugzillatemplateslocalconfig">Added: puppet/modules/bugzilla/templates/localconfig</a> +=================================================================== +--- puppet/modules/bugzilla/templates/localconfig (rev 0) ++++ puppet/modules/bugzilla/templates/localconfig 2010-11-07 00:46:55 UTC (rev 188) +@@ -0,0 +1,110 @@ ++ ++# If you are using Apache as your web server, Bugzilla can create .htaccess ++# files for you that will instruct Apache not to serve files that shouldn't ++# be accessed from the web browser (like your local configuration data and non-cgi ++# executable files). For this to work, the directory your Bugzilla ++# installation is in must be within the jurisdiction of a <Directory> block ++# in the httpd.conf file that has 'AllowOverride Limit' in it. If it has ++# 'AllowOverride All' or other options with Limit, that's fine. ++# (Older Apache installations may use an access.conf file to store these ++# <Directory> blocks.) ++# If this is set to 1, Bugzilla will create these files if they don't exist. ++# If this is set to 0, Bugzilla will not create these files. ++$create_htaccess = 0; ++ ++# Usually, this is the group your web server runs as. ++# If you have a Windows box, ignore this setting. ++# If you have use_suexec switched on below, this is the group Apache switches ++# to in order to run Bugzilla scripts. ++# If you do not have access to the group your scripts will run under, ++# set this to "". If you do set this to "", then your Bugzilla installation ++# will be _VERY_ insecure, because some files will be world readable/writable, ++# and so anyone who can get local access to your machine can do whatever they ++# want. You should only have this set to "" if this is a testing installation ++# and you cannot set this up any other way. YOU HAVE BEEN WARNED! ++# If you set this to anything other than "", you will need to run checksetup.pl ++# asroot, or as a user who is a member of the specified group. ++$webservergroup = 'apache'; ++ ++# Set this if Bugzilla runs in an Apache SuexecUserGroup environment. ++# (If your web server runs control panel software (cPanel, Plesk or similar), ++# or if your Bugzilla is to run in a shared hosting environment, then you are ++# almost certainly in an Apache SuexecUserGroup environment.) ++# If you have a Windows box, ignore this setting. ++# If set to 0, Bugzilla will set file permissions as tightly as possible. ++# If set to 1, Bugzilla will set file permissions so that it may work in an ++# SuexecUserGroup environment. The difference is that static files (CSS, ++# JavaScript and so on) will receive world read permissions. ++$use_suexec = 0; ++ ++# What SQL database to use. Default is mysql. List of supported databases ++# can be obtained by listing Bugzilla/DB directory - every module corresponds ++# to one supported database and the name corresponds to a driver name. ++$db_driver = 'pg'; ++ ++# The DNS name of the host that the database server runs on. ++$db_host = 'pgsql.mageia.org'; ++ ++# The name of the database ++$db_name = 'bugs'; ++ ++# Who we connect to the database as. ++$db_user = 'bugs'; ++ ++# Enter your database password here. It's normally advisable to specify ++# a password for your bugzilla database user. ++# If you use apostrophe (') or a backslash (\) in your password, you'll ++# need to escape it by preceding it with a '\' character. (\') or (\) ++# (Far simpler just not to use those characters.) ++$db_pass = 'bugs'; ++ ++# Sometimes the database server is running on a non-standard port. If that's ++# the case for your database server, set this to the port number that your ++# database server is running on. Setting this to 0 means "use the default ++# port for my database server." ++$db_port = 0; ++ ++# MySQL Only: Enter a path to the unix socket for MySQL. If this is ++# blank, then MySQL's compiled-in default will be used. You probably ++# want that. ++$db_sock = ''; ++ ++# Should checksetup.pl try to verify that your database setup is correct? ++# (with some combinations of database servers/Perl modules/moonphase this ++# doesn't work) ++$db_check = 1; ++ ++# With the introduction of a configurable index page using the ++# template toolkit, Bugzilla's main index page is now index.cgi. ++# Most web servers will allow you to use index.cgi as a directory ++# index, and many come preconfigured that way, but if yours doesn't ++# then you'll need an index.html file that provides redirection ++# to index.cgi. Setting $index_html to 1 below will allow ++# checksetup.pl to create one for you if it doesn't exist. ++# NOTE: checksetup.pl will not replace an existing file, so if you ++# wish to have checksetup.pl create one for you, you must ++# make sure that index.html doesn't already exist ++$index_html = 0; ++ ++# For some optional functions of Bugzilla (such as the pretty-print patch ++# viewer), we need the cvs binary to access files and revisions. ++# Because it's possible that this program is not in your path, you can specify ++# its location here. Please specify the full path to the executable. ++$cvsbin = '/usr/bin/cvs'; ++ ++# For some optional functions of Bugzilla (such as the pretty-print patch ++# viewer), we need the interdiff binary to make diffs between two patches. ++# Because it's possible that this program is not in your path, you can specify ++# its location here. Please specify the full path to the executable. ++$interdiffbin = '/usr/bin/interdiff'; ++ ++# The interdiff feature needs diff, so we have to have that path. ++# Please specify the directory name only; do not use trailing slash. ++$diffpath = '/usr/bin'; ++ ++# This secret key is used by your installation for the creation and ++# validation of encrypted tokens to prevent unsolicited changes, ++# such as bug changes. A random string is generated by default. ++# It's very important that this key is kept secret. It also must be ++# very long. ++$site_wide_secret = 'FLDtMWoTaBMifoR5CXo8yAFkeHNzCDra8BwWv6HDgGIvRLVMahTgl6wmD43RaY2pwrrY2xcTUkEX0sGOw7ZPnjwbqx56DtNqHMNDnkS43wywBMfhw0w798zFqAOMYySyPPdEIGg9ZJ1KOtHPk4jW6WVvaHpLjZQEmJYqygVmUaxsSwxdWCQcRPKmQtZqGjvWCwuiTtGOKUhEBbpCIIX20Yw5N50tNq95VzYC08Qw4FGp0stDsx82wNNxdnK1m9KZ'; + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/b97d0b1e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101107/b97d0b1e/attachment-0001.html new file mode 100644 index 000000000..a208a649d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/b97d0b1e/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>[191] - fix the name of the file ( or it will conflict with blog class ) </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>191</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-07 14:17:28 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix the name of the file ( or it will conflict with blog class ) </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-07 13:07:01 UTC (rev 190) ++++ puppet/modules/transifex/manifests/init.pp 2010-11-07 13:17:28 UTC (rev 191) +@@ -3,7 +3,7 @@ + ensure => installed + } + +- file { "check_new-blog-post": ++ file { "20-engines.conf": + path => "/etc/transifex/20-engines.conf", + ensure => present, + owner => root, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/b97d0b1e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101107/b97d0b1e/attachment.html new file mode 100644 index 000000000..a208a649d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/b97d0b1e/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>[191] - fix the name of the file ( or it will conflict with blog class ) </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>191</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-07 14:17:28 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix the name of the file ( or it will conflict with blog class ) </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-07 13:07:01 UTC (rev 190) ++++ puppet/modules/transifex/manifests/init.pp 2010-11-07 13:17:28 UTC (rev 191) +@@ -3,7 +3,7 @@ + ensure => installed + } + +- file { "check_new-blog-post": ++ file { "20-engines.conf": + path => "/etc/transifex/20-engines.conf", + ensure => present, + owner => root, + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/bcc9c416/attachment-0001.asc b/zarb-ml/mageia-sysadm/attachments/20101107/bcc9c416/attachment-0001.asc new file mode 100644 index 000000000..a20b4035d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/bcc9c416/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkzWI/EACgkQk29cDOWzfVDlEQCffpNJfN57l1C0P2ethPm3yHwg +ruIAoIjfJwO+1sj1CAkx5NDgdPrdSRNS +=T8kQ +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/bcc9c416/attachment.asc b/zarb-ml/mageia-sysadm/attachments/20101107/bcc9c416/attachment.asc new file mode 100644 index 000000000..a20b4035d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/bcc9c416/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkzWI/EACgkQk29cDOWzfVDlEQCffpNJfN57l1C0P2ethPm3yHwg +ruIAoIjfJwO+1sj1CAkx5NDgdPrdSRNS +=T8kQ +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/d89e93e3/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101107/d89e93e3/attachment-0001.html new file mode 100644 index 000000000..c90c399d4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/d89e93e3/attachment-0001.html @@ -0,0 +1,106 @@ +<!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>[187] - add bugs access to bugs 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>187</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-07 00:18:57 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add bugs access to bugs database +- apply hostssl to network connection other than localhost +- think to local IPv6 connection</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-06 20:31:35 UTC (rev 186) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 23:18:57 UTC (rev 187) +@@ -80,16 +80,26 @@ + + # Nanar: + # This bypass global config for specific user/base +-host epoll epoll 127.0.0.1/32 md5 +-host epoll epoll 212.85.158.146/32 md5 +-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 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 ++host epoll epoll 127.0.0.1/32 md5 ++host epoll epoll ::1 md5 ++hostssl epoll epoll 212.85.158.146/32 md5 ++hostssl epoll epoll 2a02:2178:2:7::2/128 md5 + ++host mirrors mirrors 127.0.0.1/32 md5 ++host mirrors mirrors ::1 md5 ++hostssl mirrors mirrors 212.85.158.146/32 md5 ++hostssl mirrors mirrors 2a02:2178:2:7::2/128 md5 ++ ++host transifex transifex 127.0.0.1/32 md5 ++host transifex transifex ::1 md5 ++hostssl transifex transifex 212.85.158.146/32 md5 ++hostssl transifex transifex 2a02:2178:2:7::2/128 md5 ++ ++host bugs bugs 127.0.0.1/32 md5 ++host bugs bugs ::1 md5 ++hostssl bugs bugs 212.85.158.146/32 md5 ++hostssl bugs bugs 2a02:2178:2:7::2/128 md5 ++ + # "local" is for Unix domain socket connections only + local all all ident map=local + # IPv4 local connections: + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/d89e93e3/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101107/d89e93e3/attachment.html new file mode 100644 index 000000000..c90c399d4 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/d89e93e3/attachment.html @@ -0,0 +1,106 @@ +<!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>[187] - add bugs access to bugs 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>187</dd> +<dt>Author</dt> <dd>nanardon</dd> +<dt>Date</dt> <dd>2010-11-07 00:18:57 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add bugs access to bugs database +- apply hostssl to network connection other than localhost +- think to local IPv6 connection</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-06 20:31:35 UTC (rev 186) ++++ puppet/modules/postgresql/templates/pg_hba.conf 2010-11-06 23:18:57 UTC (rev 187) +@@ -80,16 +80,26 @@ + + # Nanar: + # This bypass global config for specific user/base +-host epoll epoll 127.0.0.1/32 md5 +-host epoll epoll 212.85.158.146/32 md5 +-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 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 ++host epoll epoll 127.0.0.1/32 md5 ++host epoll epoll ::1 md5 ++hostssl epoll epoll 212.85.158.146/32 md5 ++hostssl epoll epoll 2a02:2178:2:7::2/128 md5 + ++host mirrors mirrors 127.0.0.1/32 md5 ++host mirrors mirrors ::1 md5 ++hostssl mirrors mirrors 212.85.158.146/32 md5 ++hostssl mirrors mirrors 2a02:2178:2:7::2/128 md5 ++ ++host transifex transifex 127.0.0.1/32 md5 ++host transifex transifex ::1 md5 ++hostssl transifex transifex 212.85.158.146/32 md5 ++hostssl transifex transifex 2a02:2178:2:7::2/128 md5 ++ ++host bugs bugs 127.0.0.1/32 md5 ++host bugs bugs ::1 md5 ++hostssl bugs bugs 212.85.158.146/32 md5 ++hostssl bugs bugs 2a02:2178:2:7::2/128 md5 ++ + # "local" is for Unix domain socket connections only + local all all ident map=local + # IPv4 local connections: + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/fa973fab/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101107/fa973fab/attachment-0001.html new file mode 100644 index 000000000..2b54b238f --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/fa973fab/attachment-0001.html @@ -0,0 +1,142 @@ +<!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>[189] - add a alias not dependent on the pogsql version </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>189</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-07 14:04:26 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a alias not dependent on the pogsql version +- do not reload on restart ( as this may have side effect ) +- explicitly ask for reload on config file change ( with exec service reload ) +- use shorter name for file, with a common variable </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqlmanifestsinitpp">puppet/modules/postgresql/manifests/init.pp</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-07 00:46:55 UTC (rev 188) ++++ puppet/modules/postgresql/manifests/init.pp 2010-11-07 13:04:26 UTC (rev 189) +@@ -1,15 +1,25 @@ + class postgresql { ++ ++ $pgsql_data = "/var/lib/pgsql/data/" ++ + package { 'postgresql9.0-server': ++ alias => "postgresql-server", + ensure => installed + } + + service { postgresql: + ensure => running, +- subscribe => Package["postgresql9.0-server"], +- restart => "/etc/rc.d/init.d/postgresql reload", ++ subscribe => Package["postgresql-server"], + hasstatus => true, + } + ++ exec { "service postgresql reload": ++ refreshonly => true, ++ subscribe => [ File["postgresql.conf"], ++ File["pg_ident.conf"], ++ File["pg_hba.conf"] ] ++ } ++ + file { '/etc/pam.d/postgresql': + ensure => present, + owner => root, +@@ -18,33 +28,33 @@ + content => template("postgresql/pam"), + } + +- file { '/var/lib/pgsql/data/postgresql.conf': ++ file { "postgresql.conf": ++ path => "$pgsql_data/$name", + ensure => present, + owner => postgres, + group => postgres, + mode => 600, + content => template("postgresql/postgresql.conf"), +- require => Package["postgresql9.0-server"], +- notify => [Service["postgresql"]] ++ require => Package["postgresql-server"], + } + +- file { '/var/lib/pgsql/data/pg_hba.conf': ++ file { 'pg_hba.conf': ++ path => "$pgsql_data/$name", + ensure => present, + owner => postgres, + group => postgres, + mode => 600, + content => template("postgresql/pg_hba.conf"), +- require => Package["postgresql9.0-server"], +- notify => [Service["postgresql"]] ++ require => Package["postgresql-server"], + } + +- file { '/var/lib/pgsql/data/pg_ident.conf': ++ file { 'pg_ident.conf': ++ path => "$pgsql_data/$name", + ensure => present, + owner => postgres, + group => postgres, + mode => 600, + content => template("postgresql/pg_ident.conf"), +- require => Package["postgresql9.0-server"], +- notify => [Service["postgresql"]] ++ require => Package["postgresql-server"], + } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101107/fa973fab/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101107/fa973fab/attachment.html new file mode 100644 index 000000000..2b54b238f --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101107/fa973fab/attachment.html @@ -0,0 +1,142 @@ +<!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>[189] - add a alias not dependent on the pogsql version </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>189</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-11-07 14:04:26 +0100 (Sun, 07 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- add a alias not dependent on the pogsql version +- do not reload on restart ( as this may have side effect ) +- explicitly ask for reload on config file change ( with exec service reload ) +- use shorter name for file, with a common variable </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulespostgresqlmanifestsinitpp">puppet/modules/postgresql/manifests/init.pp</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-07 00:46:55 UTC (rev 188) ++++ puppet/modules/postgresql/manifests/init.pp 2010-11-07 13:04:26 UTC (rev 189) +@@ -1,15 +1,25 @@ + class postgresql { ++ ++ $pgsql_data = "/var/lib/pgsql/data/" ++ + package { 'postgresql9.0-server': ++ alias => "postgresql-server", + ensure => installed + } + + service { postgresql: + ensure => running, +- subscribe => Package["postgresql9.0-server"], +- restart => "/etc/rc.d/init.d/postgresql reload", ++ subscribe => Package["postgresql-server"], + hasstatus => true, + } + ++ exec { "service postgresql reload": ++ refreshonly => true, ++ subscribe => [ File["postgresql.conf"], ++ File["pg_ident.conf"], ++ File["pg_hba.conf"] ] ++ } ++ + file { '/etc/pam.d/postgresql': + ensure => present, + owner => root, +@@ -18,33 +28,33 @@ + content => template("postgresql/pam"), + } + +- file { '/var/lib/pgsql/data/postgresql.conf': ++ file { "postgresql.conf": ++ path => "$pgsql_data/$name", + ensure => present, + owner => postgres, + group => postgres, + mode => 600, + content => template("postgresql/postgresql.conf"), +- require => Package["postgresql9.0-server"], +- notify => [Service["postgresql"]] ++ require => Package["postgresql-server"], + } + +- file { '/var/lib/pgsql/data/pg_hba.conf': ++ file { 'pg_hba.conf': ++ path => "$pgsql_data/$name", + ensure => present, + owner => postgres, + group => postgres, + mode => 600, + content => template("postgresql/pg_hba.conf"), +- require => Package["postgresql9.0-server"], +- notify => [Service["postgresql"]] ++ require => Package["postgresql-server"], + } + +- file { '/var/lib/pgsql/data/pg_ident.conf': ++ file { 'pg_ident.conf': ++ path => "$pgsql_data/$name", + ensure => present, + owner => postgres, + group => postgres, + mode => 600, + content => template("postgresql/pg_ident.conf"), +- require => Package["postgresql9.0-server"], +- notify => [Service["postgresql"]] ++ require => Package["postgresql-server"], + } + } + +</pre></div> + +</body> +</html>
\ No newline at end of file |