[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.7-1-98-gf19c0e5
James Turnbull
james at lovedthanlost.net
Wed Apr 8 21:48:17 UTC 2009
The following commit has been merged in the master branch:
commit 8c010e0ccc8b007f8657a1025d2de36e2310e550
Author: James Turnbull <james at lovedthanlost.net>
Date: Thu Feb 26 11:08:23 2009 +1100
Fixed #1910 - updated logcheck
diff --git a/CHANGELOG b/CHANGELOG
index 74219a0..e7d3dc4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
0.24.8
+ Fixed #1910 - updated logcheck
+
Fixed #1871 - Sensitive information leaked in log reports
Fixed #1956 - Cleaned up variable names to be more sane, clarified error messages
diff --git a/ext/logcheck/puppet b/ext/logcheck/puppet
index 449ec70..8f2a7ee 100644
--- a/ext/logcheck/puppet
+++ b/ext/logcheck/puppet
@@ -1,5 +1,6 @@
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: (Handled resources in|Resource comparison took|Searched for [host|resources|resource params and tags] in) [0-9.]+ seconds
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: Starting Puppet server version [.0-9]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: Compiled configuration for [._[:alnum:]-]+ in [.0-9]+ seconds$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: Compiled catalog for [._[:alnum:]-]+ in [.0-9]+ seconds$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: Caught TERM; shutting down$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetmasterd\[[0-9]+\]: Shutting down$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ puppetd\[[0-9]+\]: Starting Puppet client version [.0-9]+$
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list