diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20101115')
6 files changed, 626 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20101115/009f3820/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101115/009f3820/attachment-0001.html new file mode 100644 index 000000000..7a9fa6ed3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101115/009f3820/attachment-0001.html @@ -0,0 +1,91 @@ +<!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>[255] Do not hardcode domain</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>255</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-15 22:39:24 +0100 (Mon, 15 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Do not hardcode domain</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatessympaconf">puppet/modules/sympa/templates/sympa.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympatemplatessympaconf">Modified: puppet/modules/sympa/templates/sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/sympa.conf 2010-11-15 00:51:36 UTC (rev 254) ++++ puppet/modules/sympa/templates/sympa.conf 2010-11-15 21:39:24 UTC (rev 255) +@@ -86,11 +86,11 @@ + ###\\\\ General definition ////### + + ## Main robot hostname +-domain mageia.org ++domain <%= domain %> + + ## Listmasters email list comma separated + ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses. +-listmaster listmaster@mageia.org ++listmaster listmaster@<%= domain %> + + ## Local part of sympa email adresse + ## Effective address will be \[EMAIL\]@\[HOST\] +@@ -277,7 +277,7 @@ + ###\\\\ Web interface ////### + + ## Sympa's main page URL +-wwsympa_url http://ml.mageia.org/ ++wwsympa_url http://ml.<%= domain %>/ + + ## If a spam filter (like spamassassin or j-chkmail) add a smtp headers to tag spams, name of this header (example X-Spam-Status) + antispam_tag_header_name X-Spam-Status + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101115/009f3820/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101115/009f3820/attachment.html new file mode 100644 index 000000000..7a9fa6ed3 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101115/009f3820/attachment.html @@ -0,0 +1,91 @@ +<!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>[255] Do not hardcode domain</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>255</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-15 22:39:24 +0100 (Mon, 15 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Do not hardcode domain</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulessympatemplatessympaconf">puppet/modules/sympa/templates/sympa.conf</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulessympatemplatessympaconf">Modified: puppet/modules/sympa/templates/sympa.conf</a> +=================================================================== +--- puppet/modules/sympa/templates/sympa.conf 2010-11-15 00:51:36 UTC (rev 254) ++++ puppet/modules/sympa/templates/sympa.conf 2010-11-15 21:39:24 UTC (rev 255) +@@ -86,11 +86,11 @@ + ###\\\\ General definition ////### + + ## Main robot hostname +-domain mageia.org ++domain <%= domain %> + + ## Listmasters email list comma separated + ## Sympa will associate listmaster privileges to these email addresses (mail and web interfaces). Some error reports may also be sent to these addresses. +-listmaster listmaster@mageia.org ++listmaster listmaster@<%= domain %> + + ## Local part of sympa email adresse + ## Effective address will be \[EMAIL\]@\[HOST\] +@@ -277,7 +277,7 @@ + ###\\\\ Web interface ////### + + ## Sympa's main page URL +-wwsympa_url http://ml.mageia.org/ ++wwsympa_url http://ml.<%= domain %>/ + + ## If a spam filter (like spamassassin or j-chkmail) add a smtp headers to tag spams, name of this header (example X-Spam-Status) + antispam_tag_header_name X-Spam-Status + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101115/20345dee/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101115/20345dee/attachment-0001.html new file mode 100644 index 000000000..63a50b161 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101115/20345dee/attachment-0001.html @@ -0,0 +1,215 @@ +<!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>[254] Add params file</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>254</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-15 01:51:36 +0100 (Mon, 15 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add params file</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesparams">puppet/modules/bugzilla/templates/params</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillamanifestsinitpp">Modified: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-12 22:36:51 UTC (rev 253) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-15 00:51:36 UTC (rev 254) +@@ -5,13 +5,23 @@ + } + + $password = extlookup("bugzilla_password") ++ $passwordLdap = extlookup("bugzilla_ldap") ++ + file { '/etc/bugzilla/localconfig': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("bugzilla/localconfig") ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/localconfig") + } + ++ ++ file { '/var/lib/bugzilla/params': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/params") ++ } + } + + +<a id="puppetmodulesbugzillatemplatesparams">Added: puppet/modules/bugzilla/templates/params</a> +=================================================================== +--- puppet/modules/bugzilla/templates/params (rev 0) ++++ puppet/modules/bugzilla/templates/params 2010-11-15 00:51:36 UTC (rev 254) +@@ -0,0 +1,107 @@ ++%param = ( ++ 'LDAPBaseDN' => 'ou=People,dc=mageia,dc=org', ++ 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,dc=mageia,dc=org:<%= passwordLdap %>', ++ 'LDAPfilter' => '', ++ 'LDAPmailattribute' => 'mail', ++ 'LDAPserver' => 'ldap.mageia.org', ++ 'LDAPstarttls' => '1', ++ 'LDAPuidattribute' => 'uid', ++ 'RADIUS_NAS_IP' => '', ++ 'RADIUS_email_suffix' => '', ++ 'RADIUS_secret' => '', ++ 'RADIUS_server' => '', ++ 'allow_attach_url' => 0, ++ 'allow_attachment_deletion' => 0, ++ 'allow_attachment_display' => 0, ++ 'allowbugdeletion' => 0, ++ 'allowemailchange' => 1, ++ 'allowloginid' => '0', ++ 'allowuserdeletion' => 0, ++ 'announcehtml' => '', ++ 'attachment_base' => '', ++ 'auth_env_email' => '', ++ 'auth_env_id' => '', ++ 'auth_env_realname' => '', ++ 'bonsai_url' => '', ++ 'chartgroup' => 'editbugs', ++ 'commentonchange_resolution' => 0, ++ 'commentonduplicate' => 0, ++ 'confirmuniqueusermatch' => 1, ++ 'cookiedomain' => '', ++ 'cookiepath' => '/', ++ 'createemailregexp' => '.*', ++ 'cvsroot' => '', ++ 'cvsroot_get' => '', ++ 'defaultopsys' => '', ++ 'defaultplatform' => '', ++ 'defaultpriority' => '---', ++ 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', ++ 'defaultseverity' => 'enhancement', ++ 'docs_urlbase' => 'docs/%lang%/html/', ++ 'duplicate_or_move_bug_status' => 'RESOLVED', ++ 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', ++ 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', ++ 'emailsuffix' => '', ++ 'globalwatchers' => '', ++ 'inbound_proxies' => '', ++ 'insidergroup' => '', ++ 'letsubmitterchoosemilestone' => 1, ++ 'letsubmitterchoosepriority' => 1, ++ 'lxr_root' => '', ++ 'lxr_url' => '', ++ 'mail_delivery_method' => 'Sendmail', ++ 'mailfrom' => 'bugzilla-daemon', ++ 'makeproductgroups' => 0, ++ 'maxattachmentsize' => '1000', ++ 'maxlocalattachment' => '0', ++ 'maxusermatches' => '1000', ++ 'mostfreqthreshold' => '2', ++ 'move-button-text' => 'Move To Bugscape', ++ 'move-enabled' => 0, ++ 'move-to-address' => 'bugzilla-import', ++ 'move-to-url' => '', ++ 'moved-default-component' => '', ++ 'moved-default-product' => '', ++ 'moved-from-address' => 'bugzilla-admin', ++ 'movers' => '', ++ 'musthavemilestoneonaccept' => 0, ++ 'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%&amp;field0-0-0=bug_status&amp;type0-0-0=notequals&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter&amp;type0-0-1=equals&amp;value0-0-1=%userid%', ++ 'noresolveonopenblockers' => 0, ++ 'proxy_url' => '', ++ 'querysharegroup' => 'editbugs', ++ 'quip_list_entry_control' => 'open', ++ 'rememberlogin' => 'on', ++ 'requirelogin' => '0', ++ 'sendmailnow' => 1, ++ 'shadowdb' => '', ++ 'shadowdbhost' => '', ++ 'shadowdbport' => '3306', ++ 'shadowdbsock' => '', ++ 'shutdownhtml' => '', ++ 'smtp_debug' => 0, ++ 'smtp_password' => '', ++ 'smtp_username' => '', ++ 'smtpserver' => 'localhost', ++ 'specific_search_allow_empty_words' => 1, ++ 'ssl_redirect' => 0, ++ 'sslbase' => '', ++ 'strict_isolation' => 0, ++ 'timetrackinggroup' => 'editbugs', ++ 'upgrade_notification' => 'latest_stable_release', ++ 'urlbase' => 'http://bugs.mageia.org/', ++ 'use_mailer_queue' => 0, ++ 'use_see_also' => 1, ++ 'usebugaliases' => 0, ++ 'useclassification' => 0, ++ 'usemenuforusers' => '0', ++ 'useqacontact' => 0, ++ 'user_info_class' => 'CGI', ++ 'user_verify_class' => 'LDAP', ++ 'usestatuswhiteboard' => 0, ++ 'usetargetmilestone' => 0, ++ 'usevisibilitygroups' => 0, ++ 'usevotes' => 0, ++ 'utf8' => 1, ++ 'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', ++ 'whinedays' => 7 ++ ); + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101115/20345dee/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101115/20345dee/attachment.html new file mode 100644 index 000000000..63a50b161 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101115/20345dee/attachment.html @@ -0,0 +1,215 @@ +<!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>[254] Add params file</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>254</dd> +<dt>Author</dt> <dd>dmorgan</dd> +<dt>Date</dt> <dd>2010-11-15 01:51:36 +0100 (Mon, 15 Nov 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>Add params file</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillamanifestsinitpp">puppet/modules/bugzilla/manifests/init.pp</a></li> +</ul> + +<h3>Added Paths</h3> +<ul> +<li><a href="#puppetmodulesbugzillatemplatesparams">puppet/modules/bugzilla/templates/params</a></li> +</ul> + +</div> +<div id="patch"><pre> +<a id="puppetmodulesbugzillamanifestsinitpp">Modified: puppet/modules/bugzilla/manifests/init.pp</a> +=================================================================== +--- puppet/modules/bugzilla/manifests/init.pp 2010-11-12 22:36:51 UTC (rev 253) ++++ puppet/modules/bugzilla/manifests/init.pp 2010-11-15 00:51:36 UTC (rev 254) +@@ -5,13 +5,23 @@ + } + + $password = extlookup("bugzilla_password") ++ $passwordLdap = extlookup("bugzilla_ldap") ++ + file { '/etc/bugzilla/localconfig': +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +- content => template("bugzilla/localconfig") ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/localconfig") + } + ++ ++ file { '/var/lib/bugzilla/params': ++ ensure => present, ++ owner => root, ++ group => root, ++ mode => 644, ++ content => template("bugzilla/params") ++ } + } + + +<a id="puppetmodulesbugzillatemplatesparams">Added: puppet/modules/bugzilla/templates/params</a> +=================================================================== +--- puppet/modules/bugzilla/templates/params (rev 0) ++++ puppet/modules/bugzilla/templates/params 2010-11-15 00:51:36 UTC (rev 254) +@@ -0,0 +1,107 @@ ++%param = ( ++ 'LDAPBaseDN' => 'ou=People,dc=mageia,dc=org', ++ 'LDAPbinddn' => 'cn=bugzilla-alamut,ou=System Accounts,dc=mageia,dc=org:<%= passwordLdap %>', ++ 'LDAPfilter' => '', ++ 'LDAPmailattribute' => 'mail', ++ 'LDAPserver' => 'ldap.mageia.org', ++ 'LDAPstarttls' => '1', ++ 'LDAPuidattribute' => 'uid', ++ 'RADIUS_NAS_IP' => '', ++ 'RADIUS_email_suffix' => '', ++ 'RADIUS_secret' => '', ++ 'RADIUS_server' => '', ++ 'allow_attach_url' => 0, ++ 'allow_attachment_deletion' => 0, ++ 'allow_attachment_display' => 0, ++ 'allowbugdeletion' => 0, ++ 'allowemailchange' => 1, ++ 'allowloginid' => '0', ++ 'allowuserdeletion' => 0, ++ 'announcehtml' => '', ++ 'attachment_base' => '', ++ 'auth_env_email' => '', ++ 'auth_env_id' => '', ++ 'auth_env_realname' => '', ++ 'bonsai_url' => '', ++ 'chartgroup' => 'editbugs', ++ 'commentonchange_resolution' => 0, ++ 'commentonduplicate' => 0, ++ 'confirmuniqueusermatch' => 1, ++ 'cookiedomain' => '', ++ 'cookiepath' => '/', ++ 'createemailregexp' => '.*', ++ 'cvsroot' => '', ++ 'cvsroot_get' => '', ++ 'defaultopsys' => '', ++ 'defaultplatform' => '', ++ 'defaultpriority' => '---', ++ 'defaultquery' => 'bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailqa_contact2=1&order=Importance&long_desc_type=substring', ++ 'defaultseverity' => 'enhancement', ++ 'docs_urlbase' => 'docs/%lang%/html/', ++ 'duplicate_or_move_bug_status' => 'RESOLVED', ++ 'emailregexp' => '^[\\w\\.\\+\\-=]+@[\\w\\.\\-]+\\.[\\w\\-]+$', ++ 'emailregexpdesc' => 'A legal address must contain exactly one \'@\', and at least one \'.\' after the @.', ++ 'emailsuffix' => '', ++ 'globalwatchers' => '', ++ 'inbound_proxies' => '', ++ 'insidergroup' => '', ++ 'letsubmitterchoosemilestone' => 1, ++ 'letsubmitterchoosepriority' => 1, ++ 'lxr_root' => '', ++ 'lxr_url' => '', ++ 'mail_delivery_method' => 'Sendmail', ++ 'mailfrom' => 'bugzilla-daemon', ++ 'makeproductgroups' => 0, ++ 'maxattachmentsize' => '1000', ++ 'maxlocalattachment' => '0', ++ 'maxusermatches' => '1000', ++ 'mostfreqthreshold' => '2', ++ 'move-button-text' => 'Move To Bugscape', ++ 'move-enabled' => 0, ++ 'move-to-address' => 'bugzilla-import', ++ 'move-to-url' => '', ++ 'moved-default-component' => '', ++ 'moved-default-product' => '', ++ 'moved-from-address' => 'bugzilla-admin', ++ 'movers' => '', ++ 'musthavemilestoneonaccept' => 0, ++ 'mybugstemplate' => 'buglist.cgi?bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailreporter1=1&amp;emailtype1=exact&amp;email1=%userid%&amp;field0-0-0=bug_status&amp;type0-0-0=notequals&amp;value0-0-0=UNCONFIRMED&amp;field0-0-1=reporter&amp;type0-0-1=equals&amp;value0-0-1=%userid%', ++ 'noresolveonopenblockers' => 0, ++ 'proxy_url' => '', ++ 'querysharegroup' => 'editbugs', ++ 'quip_list_entry_control' => 'open', ++ 'rememberlogin' => 'on', ++ 'requirelogin' => '0', ++ 'sendmailnow' => 1, ++ 'shadowdb' => '', ++ 'shadowdbhost' => '', ++ 'shadowdbport' => '3306', ++ 'shadowdbsock' => '', ++ 'shutdownhtml' => '', ++ 'smtp_debug' => 0, ++ 'smtp_password' => '', ++ 'smtp_username' => '', ++ 'smtpserver' => 'localhost', ++ 'specific_search_allow_empty_words' => 1, ++ 'ssl_redirect' => 0, ++ 'sslbase' => '', ++ 'strict_isolation' => 0, ++ 'timetrackinggroup' => 'editbugs', ++ 'upgrade_notification' => 'latest_stable_release', ++ 'urlbase' => 'http://bugs.mageia.org/', ++ 'use_mailer_queue' => 0, ++ 'use_see_also' => 1, ++ 'usebugaliases' => 0, ++ 'useclassification' => 0, ++ 'usemenuforusers' => '0', ++ 'useqacontact' => 0, ++ 'user_info_class' => 'CGI', ++ 'user_verify_class' => 'LDAP', ++ 'usestatuswhiteboard' => 0, ++ 'usetargetmilestone' => 0, ++ 'usevisibilitygroups' => 0, ++ 'usevotes' => 0, ++ 'utf8' => 1, ++ 'webdotbase' => 'http://www.research.att.com/~north/cgi-bin/webdot.cgi/%urlbase%', ++ 'whinedays' => 7 ++ ); + +</pre></div> + +</body> +</html>
\ No newline at end of file diff --git a/zarb-ml/mageia-sysadm/attachments/20101115/84dc621c/attachment-0001.asc b/zarb-ml/mageia-sysadm/attachments/20101115/84dc621c/attachment-0001.asc new file mode 100644 index 000000000..0c348f32a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101115/84dc621c/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkzhiJ8ACgkQk29cDOWzfVBlCgCgvDCvup51bjmJVGBZhmgZKZi7 +0BIAoMrLg4re3hUFXXCSldU8B4mPvpaS +=7OkG +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-sysadm/attachments/20101115/84dc621c/attachment.asc b/zarb-ml/mageia-sysadm/attachments/20101115/84dc621c/attachment.asc new file mode 100644 index 000000000..0c348f32a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101115/84dc621c/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkzhiJ8ACgkQk29cDOWzfVBlCgCgvDCvup51bjmJVGBZhmgZKZi7 +0BIAoMrLg4re3hUFXXCSldU8B4mPvpaS +=7OkG +-----END PGP SIGNATURE----- |