[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, debian, updated. debian/0.24.7-1-115-g9d52eab

Micah Anderson micah at riseup.net
Tue Aug 4 20:50:07 UTC 2009


The following commit has been merged in the debian branch:
commit 9d52eab1bca359651d832247acc861b1d2860886
Author: Micah Anderson <micah at riseup.net>
Date:   Tue Aug 4 16:46:17 2009 -0400

    add fix for #538721 logcheck update on puppetmaster, submitted as upstream issue #2498

diff --git a/debian/changelog b/debian/changelog
index 99acbb8..82ab829 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+puppet (0.24.8-3) UNRELEASED; urgency=low
+
+  * Make logcheck ignore 'Reopening log files' on puppetmaster (Closes: #538721)
+
+ -- Micah Anderson <micah at debian.org>  Tue, 04 Aug 2009 16:43:35 -0400
+
 puppet (0.24.8-2) unstable; urgency=high
 
   [ Micah Anderson ]
diff --git a/ext/logcheck/puppet b/ext/logcheck/puppet
index d1b1b27..f3280c7 100644
--- a/ext/logcheck/puppet
+++ b/ext/logcheck/puppet
@@ -20,4 +20,4 @@
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Ignoring cache$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Ignoring --listen on onetime run$
 ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Retrieving plugins$
-
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: Reopening log files$

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list