diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/attachments/20101027')
20 files changed, 1889 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/0293538e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/0293538e/attachment-0001.html new file mode 100644 index 000000000..2ba1c51ff --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/0293538e/attachment-0001.html @@ -0,0 +1,90 @@ +<!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>[41] - fix wrong filename</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>41</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:13:50 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix wrong filename</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulestimezonemanifestsinitpp">puppet/modules/timezone/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulestimezonemanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/timezone/manifests/init.pp (40 => 41)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/timezone/manifests/init.pp 2010-10-27 15:11:13 UTC (rev 40) ++++ puppet/modules/timezone/manifests/init.pp 2010-10-27 15:13:50 UTC (rev 41) +</span><span class="lines">@@ -1,6 +1,6 @@ +</span><span class="cx"> +</span><span class="cx"> class timezone { +</span><del>- file { "/etc/localetime": +</del><ins>+ file { "/etc/localtime": +</ins><span class="cx"> ensure => "/usr/share/zoneinfo/$name" +</span><span class="cx"> } +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/0293538e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/0293538e/attachment.html new file mode 100644 index 000000000..91fb2de17 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/0293538e/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>[41] - fix wrong filename</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>41</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:13:50 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix wrong filename</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulestimezonemanifestsinitpp">puppet/modules/timezone/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulestimezonemanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/timezone/manifests/init.pp (40 => 41)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/timezone/manifests/init.pp 2010-10-27 15:11:13 UTC (rev 40) ++++ puppet/modules/timezone/manifests/init.pp 2010-10-27 15:13:50 UTC (rev 41) +</span><span class="lines">@@ -1,6 +1,6 @@ +</span><span class="cx"> +</span><span class="cx"> class timezone { +</span><del>- file { "/etc/localetime": +</del><ins>+ file { "/etc/localtime": +</ins><span class="cx"> ensure => "/usr/share/zoneinfo/$name" +</span><span class="cx"> } +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/12fa7b23/attachment-0001.asc b/zarb-ml/mageia-sysadm/attachments/20101027/12fa7b23/attachment-0001.asc new file mode 100644 index 000000000..47e0d4ff6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/12fa7b23/attachment-0001.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkzHd3UACgkQk29cDOWzfVBmyQCffCq6WYT8a3t2G0ElDqfp+7V1 +qMsAn12MAlaFo/tL24LW9yLillEKcCo5 +=iHlv +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/12fa7b23/attachment.asc b/zarb-ml/mageia-sysadm/attachments/20101027/12fa7b23/attachment.asc new file mode 100644 index 000000000..47e0d4ff6 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/12fa7b23/attachment.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEARECAAYFAkzHd3UACgkQk29cDOWzfVBmyQCffCq6WYT8a3t2G0ElDqfp+7V1 +qMsAn12MAlaFo/tL24LW9yLillEKcCo5 +=iHlv +-----END PGP SIGNATURE----- diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/2ef8567e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/2ef8567e/attachment-0001.html new file mode 100644 index 000000000..288e927ac --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/2ef8567e/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>[48] - subtle fix for puppet on 2010.0, that will use service rather the initscript ( on krampouezh )</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>48</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:40:56 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- subtle fix for puppet on 2010.0, that will use service rather the initscript ( on krampouezh )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesntpmanifestsinitpp">puppet/modules/ntp/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesntpmanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/ntp/manifests/init.pp (47 => 48)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/ntp/manifests/init.pp 2010-10-27 16:26:51 UTC (rev 47) ++++ puppet/modules/ntp/manifests/init.pp 2010-10-27 16:40:56 UTC (rev 48) +</span><span class="lines">@@ -4,7 +4,7 @@ +</span><span class="cx"> ensure => installed +</span><span class="cx"> } +</span><span class="cx"> +</span><del>- service { ntp: +</del><ins>+ service { ntpd: +</ins><span class="cx"> ensure => running, +</span><span class="cx"> path => "/etc/init.d/ntpd", +</span><span class="cx"> subscribe => [ Package["ntp"], File["ntp.conf"] ] +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/2ef8567e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/2ef8567e/attachment.html new file mode 100644 index 000000000..5ff17ab88 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/2ef8567e/attachment.html @@ -0,0 +1,90 @@ +<!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>[48] - subtle fix for puppet on 2010.0, that will use service rather the initscript ( on krampouezh )</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>48</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:40:56 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- subtle fix for puppet on 2010.0, that will use service rather the initscript ( on krampouezh )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesntpmanifestsinitpp">puppet/modules/ntp/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesntpmanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/ntp/manifests/init.pp (47 => 48)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/ntp/manifests/init.pp 2010-10-27 16:26:51 UTC (rev 47) ++++ puppet/modules/ntp/manifests/init.pp 2010-10-27 16:40:56 UTC (rev 48) +</span><span class="lines">@@ -4,7 +4,7 @@ +</span><span class="cx"> ensure => installed +</span><span class="cx"> } +</span><span class="cx"> +</span><del>- service { ntp: +</del><ins>+ service { ntpd: +</ins><span class="cx"> ensure => running, +</span><span class="cx"> path => "/etc/init.d/ntpd", +</span><span class="cx"> subscribe => [ Package["ntp"], File["ntp.conf"] ] +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/41c50d80/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/41c50d80/attachment-0001.html new file mode 100644 index 000000000..3e3620c23 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/41c50d80/attachment-0001.html @@ -0,0 +1,86 @@ +<!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>[46] - remove file now that I checked that the cron job is ok</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>46</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:05:05 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- remove file now that I checked that the cron job is ok</pre> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesmirrortemplatescron">puppet/modules/mirror/templates/cron</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesmirrortemplatescron"></a> +<div class="delfile"><h4>Deleted: puppet/modules/mirror/templates/cron (45 => 46)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/mirror/templates/cron 2010-10-27 16:01:48 UTC (rev 45) ++++ puppet/modules/mirror/templates/cron 2010-10-27 16:05:05 UTC (rev 46) +</span><span class="lines">@@ -1,3 +0,0 @@ +</span><del>-# $Id$ +-14 10 * * * mirror ~mirror/bin/update_timestamp +- +</del></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/41c50d80/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/41c50d80/attachment.html new file mode 100644 index 000000000..f35e588c0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/41c50d80/attachment.html @@ -0,0 +1,85 @@ +<!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>[46] - remove file now that I checked that the cron job is ok</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>46</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:05:05 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- remove file now that I checked that the cron job is ok</pre> + +<h3>Removed Paths</h3> +<ul> +<li><a href="#puppetmodulesmirrortemplatescron">puppet/modules/mirror/templates/cron</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesmirrortemplatescron"></a> +<div class="delfile"><h4>Deleted: puppet/modules/mirror/templates/cron (45 => 46)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/mirror/templates/cron 2010-10-27 16:01:48 UTC (rev 45) ++++ puppet/modules/mirror/templates/cron 2010-10-27 16:05:05 UTC (rev 46) +</span><span class="lines">@@ -1,3 +0,0 @@ +</span><del>-# $Id$ +-14 10 * * * mirror ~mirror/bin/update_timestamp +- +</del></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/72336b70/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/72336b70/attachment-0001.html new file mode 100644 index 000000000..1ff9e87b1 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/72336b70/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>[43] - fix missing comma </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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>43</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:21:48 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix missing comma </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestscommonpp">puppet/manifests/common.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmanifestscommonpp"></a> +<div class="modfile"><h4>Modified: puppet/manifests/common.pp (42 => 43)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/manifests/common.pp 2010-10-27 15:20:29 UTC (rev 42) ++++ puppet/manifests/common.pp 2010-10-27 15:21:48 UTC (rev 43) +</span><span class="lines">@@ -55,7 +55,7 @@ +</span><span class="cx"> +</span><span class="cx"> ssh_authorized_key { "ssh key boklm": +</span><span class="cx"> type => "ssh-dss", +</span><del>- key => "AAAAB3NzaC1kc3MAAACBAIGfoferrHXi7m8Hw3wY3HzIvWzlBKRu4aUpOjFgFTw+aPiS842F8B2bqjzUyLVAv13zHB5QjVeAB0YQ1TvMQbew+7CRAgAVWrY/ckMJxSdNk6eKnxlnLA295xBnyc+jdMhdTKisywtlkLP6Au+2eA/sDKELO8tiIQzSUithppU/AAAAFQCP/IlvpJjhxQwgA4UW1Mg7W3MPVwAAAIAc8BA7W9qDaA8/sQiOu6sSueEVnf7QmJzTJuT0ZJ9HDSB39+fQrwjPZqxiTpAfSboBTC0KiuG9ncCZyh6fAmn2i9WSZ6HYkoLBjHU3nu3u18qlT8LqwajUjgp15jgUKWB8OxvO1dPNaLEsvP1BKPTfDoPNPeUeQmb3WaX9S+pVGwAAAIA63gRktdobLeeuRFAfPdQQ7Imi1GwrfKa2QUgowksDxwgBBo796HN41+yF0W2AOZ2lx25KQRF0Wgc5Abm/TV8u3WbzosYbZgUBiGDqyVhIPU/xF+yPEHPYx3G3nwjEZAaxxf+LaeZkY1Yp15O6NAZAzdyV00iG/tO/ciWBPCMeJA==" +</del><ins>+ key => "AAAAB3NzaC1kc3MAAACBAIGfoferrHXi7m8Hw3wY3HzIvWzlBKRu4aUpOjFgFTw+aPiS842F8B2bqjzUyLVAv13zHB5QjVeAB0YQ1TvMQbew+7CRAgAVWrY/ckMJxSdNk6eKnxlnLA295xBnyc+jdMhdTKisywtlkLP6Au+2eA/sDKELO8tiIQzSUithppU/AAAAFQCP/IlvpJjhxQwgA4UW1Mg7W3MPVwAAAIAc8BA7W9qDaA8/sQiOu6sSueEVnf7QmJzTJuT0ZJ9HDSB39+fQrwjPZqxiTpAfSboBTC0KiuG9ncCZyh6fAmn2i9WSZ6HYkoLBjHU3nu3u18qlT8LqwajUjgp15jgUKWB8OxvO1dPNaLEsvP1BKPTfDoPNPeUeQmb3WaX9S+pVGwAAAIA63gRktdobLeeuRFAfPdQQ7Imi1GwrfKa2QUgowksDxwgBBo796HN41+yF0W2AOZ2lx25KQRF0Wgc5Abm/TV8u3WbzosYbZgUBiGDqyVhIPU/xF+yPEHPYx3G3nwjEZAaxxf+LaeZkY1Yp15O6NAZAzdyV00iG/tO/ciWBPCMeJA==", +</ins><span class="cx"> user => "root" +</span><span class="cx"> } +</span><span class="cx"> +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/72336b70/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/72336b70/attachment.html new file mode 100644 index 000000000..dd7b6aa1c --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/72336b70/attachment.html @@ -0,0 +1,90 @@ +<!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>[43] - fix missing comma </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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>43</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:21:48 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix missing comma </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestscommonpp">puppet/manifests/common.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmanifestscommonpp"></a> +<div class="modfile"><h4>Modified: puppet/manifests/common.pp (42 => 43)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/manifests/common.pp 2010-10-27 15:20:29 UTC (rev 42) ++++ puppet/manifests/common.pp 2010-10-27 15:21:48 UTC (rev 43) +</span><span class="lines">@@ -55,7 +55,7 @@ +</span><span class="cx"> +</span><span class="cx"> ssh_authorized_key { "ssh key boklm": +</span><span class="cx"> type => "ssh-dss", +</span><del>- key => "AAAAB3NzaC1kc3MAAACBAIGfoferrHXi7m8Hw3wY3HzIvWzlBKRu4aUpOjFgFTw+aPiS842F8B2bqjzUyLVAv13zHB5QjVeAB0YQ1TvMQbew+7CRAgAVWrY/ckMJxSdNk6eKnxlnLA295xBnyc+jdMhdTKisywtlkLP6Au+2eA/sDKELO8tiIQzSUithppU/AAAAFQCP/IlvpJjhxQwgA4UW1Mg7W3MPVwAAAIAc8BA7W9qDaA8/sQiOu6sSueEVnf7QmJzTJuT0ZJ9HDSB39+fQrwjPZqxiTpAfSboBTC0KiuG9ncCZyh6fAmn2i9WSZ6HYkoLBjHU3nu3u18qlT8LqwajUjgp15jgUKWB8OxvO1dPNaLEsvP1BKPTfDoPNPeUeQmb3WaX9S+pVGwAAAIA63gRktdobLeeuRFAfPdQQ7Imi1GwrfKa2QUgowksDxwgBBo796HN41+yF0W2AOZ2lx25KQRF0Wgc5Abm/TV8u3WbzosYbZgUBiGDqyVhIPU/xF+yPEHPYx3G3nwjEZAaxxf+LaeZkY1Yp15O6NAZAzdyV00iG/tO/ciWBPCMeJA==" +</del><ins>+ key => "AAAAB3NzaC1kc3MAAACBAIGfoferrHXi7m8Hw3wY3HzIvWzlBKRu4aUpOjFgFTw+aPiS842F8B2bqjzUyLVAv13zHB5QjVeAB0YQ1TvMQbew+7CRAgAVWrY/ckMJxSdNk6eKnxlnLA295xBnyc+jdMhdTKisywtlkLP6Au+2eA/sDKELO8tiIQzSUithppU/AAAAFQCP/IlvpJjhxQwgA4UW1Mg7W3MPVwAAAIAc8BA7W9qDaA8/sQiOu6sSueEVnf7QmJzTJuT0ZJ9HDSB39+fQrwjPZqxiTpAfSboBTC0KiuG9ncCZyh6fAmn2i9WSZ6HYkoLBjHU3nu3u18qlT8LqwajUjgp15jgUKWB8OxvO1dPNaLEsvP1BKPTfDoPNPeUeQmb3WaX9S+pVGwAAAIA63gRktdobLeeuRFAfPdQQ7Imi1GwrfKa2QUgowksDxwgBBo796HN41+yF0W2AOZ2lx25KQRF0Wgc5Abm/TV8u3WbzosYbZgUBiGDqyVhIPU/xF+yPEHPYx3G3nwjEZAaxxf+LaeZkY1Yp15O6NAZAzdyV00iG/tO/ciWBPCMeJA==", +</ins><span class="cx"> user => "root" +</span><span class="cx"> } +</span><span class="cx"> +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/7954e5f3/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/7954e5f3/attachment-0001.html new file mode 100644 index 000000000..8e59a918e --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/7954e5f3/attachment-0001.html @@ -0,0 +1,162 @@ +<!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>[44] - correctly manage timezone on server </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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>44</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:51:23 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- correctly manage timezone on server </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestscommonpp">puppet/manifests/common.pp</a></li> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +<li><a href="#puppetmodulestimezonemanifestsinitpp">puppet/modules/timezone/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmanifestscommonpp"></a> +<div class="modfile"><h4>Modified: puppet/manifests/common.pp (43 => 44)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/manifests/common.pp 2010-10-27 15:21:48 UTC (rev 43) ++++ puppet/manifests/common.pp 2010-10-27 15:51:23 UTC (rev 44) +</span><span class="lines">@@ -63,6 +63,8 @@ +</span><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> class default_mageia_server { +</span><ins>+ include timezone ++ +</ins><span class="cx"> # to include later +</span><span class="cx"> include openssh +</span><span class="cx"> # include puppet +</span></span></pre></div> +<a id="puppetmanifestsnodespp"></a> +<div class="modfile"><h4>Modified: puppet/manifests/nodes.pp (43 => 44)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/manifests/nodes.pp 2010-10-27 15:21:48 UTC (rev 43) ++++ puppet/manifests/nodes.pp 2010-10-27 15:51:23 UTC (rev 44) +</span><span class="lines">@@ -1,7 +1,7 @@ +</span><span class="cx"> # svn, big important server +</span><span class="cx"> node valstar { +</span><span class="cx"> include default_mageia_server +</span><del>- #timezone { "Europe/Paris": } +</del><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> include rsyncd +</span><span class="cx"> include mirror +</span><span class="cx"> +</span><span class="lines">@@ -39,22 +39,22 @@ +</span><span class="cx"> +</span><span class="cx"> # web apps +</span><span class="cx"> node alamut { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><span class="cx"> include bind::bind_master +</span><span class="cx"> bind::zone_master { "mageia.org": } +</span><span class="cx"> bind::zone_master { "mageia.fr": } +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> # buildnode +</span><span class="cx"> node jonund { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> node ecosse { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> +</span><span class="lines">@@ -65,9 +65,9 @@ +</span><span class="cx"> +</span><span class="cx"> # gandi-vm +</span><span class="cx"> node krampouezh { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><span class="cx"> include bind::bind_slave +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> node champagne { +</span></span></pre></div> +<a id="puppetmodulestimezonemanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/timezone/manifests/init.pp (43 => 44)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/timezone/manifests/init.pp 2010-10-27 15:21:48 UTC (rev 43) ++++ puppet/modules/timezone/manifests/init.pp 2010-10-27 15:51:23 UTC (rev 44) +</span><span class="lines">@@ -1,6 +1,8 @@ +</span><span class="cx"> +</span><span class="cx"> class timezone { +</span><del>- file { "/etc/localtime": +- ensure => "/usr/share/zoneinfo/$name" +</del><ins>+ define timezone() { ++ file { "/etc/localtime": ++ ensure => "/usr/share/zoneinfo/$name" ++ } +</ins><span class="cx"> } +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/7954e5f3/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/7954e5f3/attachment.html new file mode 100644 index 000000000..fd75353be --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/7954e5f3/attachment.html @@ -0,0 +1,161 @@ +<!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>[44] - correctly manage timezone on server </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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>44</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:51:23 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- correctly manage timezone on server </pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmanifestscommonpp">puppet/manifests/common.pp</a></li> +<li><a href="#puppetmanifestsnodespp">puppet/manifests/nodes.pp</a></li> +<li><a href="#puppetmodulestimezonemanifestsinitpp">puppet/modules/timezone/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmanifestscommonpp"></a> +<div class="modfile"><h4>Modified: puppet/manifests/common.pp (43 => 44)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/manifests/common.pp 2010-10-27 15:21:48 UTC (rev 43) ++++ puppet/manifests/common.pp 2010-10-27 15:51:23 UTC (rev 44) +</span><span class="lines">@@ -63,6 +63,8 @@ +</span><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> class default_mageia_server { +</span><ins>+ include timezone ++ +</ins><span class="cx"> # to include later +</span><span class="cx"> include openssh +</span><span class="cx"> # include puppet +</span></span></pre></div> +<a id="puppetmanifestsnodespp"></a> +<div class="modfile"><h4>Modified: puppet/manifests/nodes.pp (43 => 44)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/manifests/nodes.pp 2010-10-27 15:21:48 UTC (rev 43) ++++ puppet/manifests/nodes.pp 2010-10-27 15:51:23 UTC (rev 44) +</span><span class="lines">@@ -1,7 +1,7 @@ +</span><span class="cx"> # svn, big important server +</span><span class="cx"> node valstar { +</span><span class="cx"> include default_mageia_server +</span><del>- #timezone { "Europe/Paris": } +</del><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> include rsyncd +</span><span class="cx"> include mirror +</span><span class="cx"> +</span><span class="lines">@@ -39,22 +39,22 @@ +</span><span class="cx"> +</span><span class="cx"> # web apps +</span><span class="cx"> node alamut { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><span class="cx"> include bind::bind_master +</span><span class="cx"> bind::zone_master { "mageia.org": } +</span><span class="cx"> bind::zone_master { "mageia.fr": } +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> # buildnode +</span><span class="cx"> node jonund { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> node ecosse { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> +</span><span class="lines">@@ -65,9 +65,9 @@ +</span><span class="cx"> +</span><span class="cx"> # gandi-vm +</span><span class="cx"> node krampouezh { +</span><del>- #timezone { "Europe/Paris": } +</del><span class="cx"> include default_mageia_server +</span><span class="cx"> include bind::bind_slave +</span><ins>+ timezone::timezone { "Europe/Paris": } +</ins><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> node champagne { +</span></span></pre></div> +<a id="puppetmodulestimezonemanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/timezone/manifests/init.pp (43 => 44)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/timezone/manifests/init.pp 2010-10-27 15:21:48 UTC (rev 43) ++++ puppet/modules/timezone/manifests/init.pp 2010-10-27 15:51:23 UTC (rev 44) +</span><span class="lines">@@ -1,6 +1,8 @@ +</span><span class="cx"> +</span><span class="cx"> class timezone { +</span><del>- file { "/etc/localtime": +- ensure => "/usr/share/zoneinfo/$name" +</del><ins>+ define timezone() { ++ file { "/etc/localtime": ++ ensure => "/usr/share/zoneinfo/$name" ++ } +</ins><span class="cx"> } +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/9d89d22d/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/9d89d22d/attachment-0001.html new file mode 100644 index 000000000..6b6f30ced --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/9d89d22d/attachment-0001.html @@ -0,0 +1,102 @@ +<!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>[45] - convert the cronjob to the native cron type</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>45</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:01:48 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- convert the cronjob to the native cron type</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesmirrormanifestsinitpp">puppet/modules/mirror/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesmirrormanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/mirror/manifests/init.pp (44 => 45)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/mirror/manifests/init.pp 2010-10-27 15:51:23 UTC (rev 44) ++++ puppet/modules/mirror/manifests/init.pp 2010-10-27 16:01:48 UTC (rev 45) +</span><span class="lines">@@ -9,14 +9,12 @@ +</span><span class="cx"> content => template("mirror/update_timestamp") +</span><span class="cx"> } +</span><span class="cx"> +</span><del>- file { "mirror.cron": +- path => "/etc/cron.d/mirror", +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +</del><ins>+ cron { mirror: ++ user => mirror, ++ hour => 10, ++ minute => 14, ++ command => "~mirror/bin/update_timestamp", +</ins><span class="cx"> require => File["update_timestamp"], +</span><del>- content => template("mirror/cron") +</del><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/9d89d22d/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/9d89d22d/attachment.html new file mode 100644 index 000000000..cbbb05b5a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/9d89d22d/attachment.html @@ -0,0 +1,101 @@ +<!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>[45] - convert the cronjob to the native cron type</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>45</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:01:48 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- convert the cronjob to the native cron type</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesmirrormanifestsinitpp">puppet/modules/mirror/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesmirrormanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/mirror/manifests/init.pp (44 => 45)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/mirror/manifests/init.pp 2010-10-27 15:51:23 UTC (rev 44) ++++ puppet/modules/mirror/manifests/init.pp 2010-10-27 16:01:48 UTC (rev 45) +</span><span class="lines">@@ -9,14 +9,12 @@ +</span><span class="cx"> content => template("mirror/update_timestamp") +</span><span class="cx"> } +</span><span class="cx"> +</span><del>- file { "mirror.cron": +- path => "/etc/cron.d/mirror", +- ensure => present, +- owner => root, +- group => root, +- mode => 644, +</del><ins>+ cron { mirror: ++ user => mirror, ++ hour => 10, ++ minute => 14, ++ command => "~mirror/bin/update_timestamp", +</ins><span class="cx"> require => File["update_timestamp"], +</span><del>- content => template("mirror/cron") +</del><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/9f04d912/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/9f04d912/attachment-0001.html new file mode 100644 index 000000000..58a3a1428 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/9f04d912/attachment-0001.html @@ -0,0 +1,120 @@ +<!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>[47] - fix the configuration file ( guess next time, I will go to sleep instead of working during the night )</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>47</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:26:51 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix the configuration file ( guess next time, I will go to sleep instead of working during the night )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbindtemplatesnamed_baseconf">puppet/modules/bind/templates/named_base.conf</a></li> +<li><a href="#puppetmodulesbindtemplatesnamed_masterconf">puppet/modules/bind/templates/named_master.conf</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesbindtemplatesnamed_baseconf"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/templates/named_base.conf (46 => 47)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/templates/named_base.conf 2010-10-27 16:05:05 UTC (rev 46) ++++ puppet/modules/bind/templates/named_base.conf 2010-10-27 16:26:51 UTC (rev 47) +</span><span class="lines">@@ -2,7 +2,7 @@ +</span><span class="cx"> +</span><span class="cx"> controls { +</span><span class="cx"> inet 127.0.0.1 port 953 +</span><del>- allow { 127.0.0.1; } keys { key; }; +</del><ins>+ allow { 127.0.0.1; } keys { mykey; }; +</ins><span class="cx"> }; +</span><span class="cx"> +</span><span class="cx"> +</span><span class="lines">@@ -79,7 +79,6 @@ +</span><span class="cx"> // listen-on { none; }; +</span><span class="cx"> // listen-on-v6 { any; }; +</span><span class="cx"> +</span><del>- auth-nxdomain yes; +</del><span class="cx"> // allow-query { trusted_networks; }; +</span><span class="cx"> +</span><span class="cx"> allow-transfer {"none";}; +</span></span></pre></div> +<a id="puppetmodulesbindtemplatesnamed_masterconf"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/templates/named_master.conf (46 => 47)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/templates/named_master.conf 2010-10-27 16:05:05 UTC (rev 46) ++++ puppet/modules/bind/templates/named_master.conf 2010-10-27 16:26:51 UTC (rev 47) +</span><span class="lines">@@ -1,12 +1,12 @@ +</span><span class="cx"> zone "mageia.org" IN { +</span><span class="cx"> type master; +</span><del>- file "master/mageia.org"; +</del><ins>+ file "master/mageia.org.zone"; +</ins><span class="cx"> allow-update { none; }; +</span><span class="cx"> }; +</span><span class="cx"> +</span><span class="cx"> zone "mageia.fr" IN { +</span><span class="cx"> type master; +</span><del>- file "master/mageia.fr"; +</del><ins>+ file "master/mageia.fr.zone"; +</ins><span class="cx"> allow-update { none; }; +</span><span class="cx"> }; +</span><span class="cx"> +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/9f04d912/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/9f04d912/attachment.html new file mode 100644 index 000000000..220d68c7d --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/9f04d912/attachment.html @@ -0,0 +1,121 @@ +<!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>[47] - fix the configuration file ( guess next time, I will go to sleep instead of working during the night )</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>47</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 18:26:51 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix the configuration file ( guess next time, I will go to sleep instead of working during the night )</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbindtemplatesnamed_baseconf">puppet/modules/bind/templates/named_base.conf</a></li> +<li><a href="#puppetmodulesbindtemplatesnamed_masterconf">puppet/modules/bind/templates/named_master.conf</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesbindtemplatesnamed_baseconf"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/templates/named_base.conf (46 => 47)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/templates/named_base.conf 2010-10-27 16:05:05 UTC (rev 46) ++++ puppet/modules/bind/templates/named_base.conf 2010-10-27 16:26:51 UTC (rev 47) +</span><span class="lines">@@ -2,7 +2,7 @@ +</span><span class="cx"> +</span><span class="cx"> controls { +</span><span class="cx"> inet 127.0.0.1 port 953 +</span><del>- allow { 127.0.0.1; } keys { key; }; +</del><ins>+ allow { 127.0.0.1; } keys { mykey; }; +</ins><span class="cx"> }; +</span><span class="cx"> +</span><span class="cx"> +</span><span class="lines">@@ -79,7 +79,6 @@ +</span><span class="cx"> // listen-on { none; }; +</span><span class="cx"> // listen-on-v6 { any; }; +</span><span class="cx"> +</span><del>- auth-nxdomain yes; +</del><span class="cx"> // allow-query { trusted_networks; }; +</span><span class="cx"> +</span><span class="cx"> allow-transfer {"none";}; +</span></span></pre></div> +<a id="puppetmodulesbindtemplatesnamed_masterconf"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/templates/named_master.conf (46 => 47)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/templates/named_master.conf 2010-10-27 16:05:05 UTC (rev 46) ++++ puppet/modules/bind/templates/named_master.conf 2010-10-27 16:26:51 UTC (rev 47) +</span><span class="lines">@@ -1,12 +1,12 @@ +</span><span class="cx"> zone "mageia.org" IN { +</span><span class="cx"> type master; +</span><del>- file "master/mageia.org"; +</del><ins>+ file "master/mageia.org.zone"; +</ins><span class="cx"> allow-update { none; }; +</span><span class="cx"> }; +</span><span class="cx"> +</span><span class="cx"> zone "mageia.fr" IN { +</span><span class="cx"> type master; +</span><del>- file "master/mageia.fr"; +</del><ins>+ file "master/mageia.fr.zone"; +</ins><span class="cx"> allow-update { none; }; +</span><span class="cx"> }; +</span><span class="cx"> +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/a6d2cc3e/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/a6d2cc3e/attachment-0001.html new file mode 100644 index 000000000..8f4c9c465 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/a6d2cc3e/attachment-0001.html @@ -0,0 +1,97 @@ +<!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>[42] - fix the filename here too</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>42</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:20:29 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix the filename here too</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbindmanifestsinitpp">puppet/modules/bind/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesbindmanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/manifests/init.pp (41 => 42)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/manifests/init.pp 2010-10-27 15:13:50 UTC (rev 41) ++++ puppet/modules/bind/manifests/init.pp 2010-10-27 15:20:29 UTC (rev 42) +</span><span class="lines">@@ -42,13 +42,13 @@ +</span><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> class bind_master inherits bind_base { +</span><del>- file { '/etc/named.conf': +</del><ins>+ file { '/var/lib/named/etc/named.conf': +</ins><span class="cx"> content => template("bind/named_base.conf", "bind/named_master.conf"), +</span><span class="cx"> } +</span><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> class bind_slave inherits bind_base { +</span><del>- file { '/etc/named.conf': +</del><ins>+ file { '/var/lib/named/etc/named.conf': +</ins><span class="cx"> content => template("bind/named_base.conf", "bind/named_slave.conf"), +</span><span class="cx"> } +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/a6d2cc3e/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/a6d2cc3e/attachment.html new file mode 100644 index 000000000..f3127c620 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/a6d2cc3e/attachment.html @@ -0,0 +1,98 @@ +<!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>[42] - fix the filename here too</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>42</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:20:29 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- fix the filename here too</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbindmanifestsinitpp">puppet/modules/bind/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesbindmanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/manifests/init.pp (41 => 42)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/manifests/init.pp 2010-10-27 15:13:50 UTC (rev 41) ++++ puppet/modules/bind/manifests/init.pp 2010-10-27 15:20:29 UTC (rev 42) +</span><span class="lines">@@ -42,13 +42,13 @@ +</span><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> class bind_master inherits bind_base { +</span><del>- file { '/etc/named.conf': +</del><ins>+ file { '/var/lib/named/etc/named.conf': +</ins><span class="cx"> content => template("bind/named_base.conf", "bind/named_master.conf"), +</span><span class="cx"> } +</span><span class="cx"> } +</span><span class="cx"> +</span><span class="cx"> class bind_slave inherits bind_base { +</span><del>- file { '/etc/named.conf': +</del><ins>+ file { '/var/lib/named/etc/named.conf': +</ins><span class="cx"> content => template("bind/named_base.conf", "bind/named_slave.conf"), +</span><span class="cx"> } +</span><span class="cx"> } +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html new file mode 100644 index 000000000..8687fa60a --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment-0001.html @@ -0,0 +1,101 @@ +<!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>[40] - config file of bind need to be inside the chroot, not outside</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>40</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:11:13 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- config file of bind need to be inside the chroot, not outside</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbindmanifestsinitpp">puppet/modules/bind/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesbindmanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/manifests/init.pp (39 => 40)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/manifests/init.pp 2010-10-27 13:19:20 UTC (rev 39) ++++ puppet/modules/bind/manifests/init.pp 2010-10-27 15:11:13 UTC (rev 40) +</span><span class="lines">@@ -9,9 +9,17 @@ +</span><span class="cx"> path => "/etc/init.d/named", +</span><span class="cx"> subscribe => [ Package["bind"]] +</span><span class="cx"> } +</span><ins>+ ++ file { '/etc/named.conf': ++ ensure => "/var/lib/named/etc/named.conf", ++ owner => root, ++ group => root, ++ mode => 644 ++ } +</ins><span class="cx"> } +</span><span class="cx"> +</span><del>- file { '/etc/named.conf': +</del><ins>+ ++ file { '/var/lib/named/etc/named.conf': +</ins><span class="cx"> ensure => present, +</span><span class="cx"> owner => root, +</span><span class="cx"> group => root, +</span></span></pre> +</div> +</div> + +</body> +</html> + diff --git a/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html new file mode 100644 index 000000000..1f86eb886 --- /dev/null +++ b/zarb-ml/mageia-sysadm/attachments/20101027/eaf7d3e1/attachment.html @@ -0,0 +1,100 @@ +<!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>[40] - config file of bind need to be inside the chroot, not outside</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%; } +#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;} +#patch .propset h4, #patch .binary h4 {margin:0;} +#patch pre {padding:0;line-height:1.2em;margin:0;} +#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;} +#patch .propset .diff, #patch .binary .diff {padding:10px 0;} +#patch span {display:block;padding:0 10px;} +#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;} +#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;} +#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;} +#patch .lines, .info {color:#888;background:#fff;} +--></style> +<div id="msg"> +<dl class="meta"> +<dt>Revision</dt> <dd>40</dd> +<dt>Author</dt> <dd>misc</dd> +<dt>Date</dt> <dd>2010-10-27 17:11:13 +0200 (Wed, 27 Oct 2010)</dd> +</dl> + +<h3>Log Message</h3> +<pre>- config file of bind need to be inside the chroot, not outside</pre> + +<h3>Modified Paths</h3> +<ul> +<li><a href="#puppetmodulesbindmanifestsinitpp">puppet/modules/bind/manifests/init.pp</a></li> +</ul> + +</div> +<div id="patch"> +<h3>Diff</h3> +<a id="puppetmodulesbindmanifestsinitpp"></a> +<div class="modfile"><h4>Modified: puppet/modules/bind/manifests/init.pp (39 => 40)</h4> +<pre class="diff"><span> +<span class="info">--- puppet/modules/bind/manifests/init.pp 2010-10-27 13:19:20 UTC (rev 39) ++++ puppet/modules/bind/manifests/init.pp 2010-10-27 15:11:13 UTC (rev 40) +</span><span class="lines">@@ -9,9 +9,17 @@ +</span><span class="cx"> path => "/etc/init.d/named", +</span><span class="cx"> subscribe => [ Package["bind"]] +</span><span class="cx"> } +</span><ins>+ ++ file { '/etc/named.conf': ++ ensure => "/var/lib/named/etc/named.conf", ++ owner => root, ++ group => root, ++ mode => 644 ++ } +</ins><span class="cx"> } +</span><span class="cx"> +</span><del>- file { '/etc/named.conf': +</del><ins>+ ++ file { '/var/lib/named/etc/named.conf': +</ins><span class="cx"> ensure => present, +</span><span class="cx"> owner => root, +</span><span class="cx"> group => root, +</span></span></pre> +</div> +</div> + +</body> +</html> |