From 0c6e07c6f0134ea37d659343220d3dbc2e14defe Mon Sep 17 00:00:00 2001 From: "A. Karl Kornel" <akkornel@stanford.edu> Date: Wed, 19 Oct 2016 14:20:48 -0700 Subject: [PATCH] puppetclient: Fix a filter-syslog regex --- files/puppetclient/etc/filter-syslog/puppet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/puppetclient/etc/filter-syslog/puppet b/files/puppetclient/etc/filter-syslog/puppet index 864b99b..2fa766d 100644 --- a/files/puppetclient/etc/filter-syslog/puppet +++ b/files/puppetclient/etc/filter-syslog/puppet @@ -5,7 +5,7 @@ puppet-agent: /^Applying configuration version '\d+'$/ puppet-agent: /^Caching catalog for \S+$/ puppet-agent: /^Caching certificate_revocation_list for ca$/ puppet-agent: /^Connecting to sqlite3 database: \S+$/ -puppet-agent: /^FileBucket adding {\w+\}\w+$/ +puppet-agent: /^FileBucket adding \{\w+\}\w+$/ puppet-agent: /^Finished catalog run in -?[\d.]+ seconds$/ puppet-agent: /^Loading facts in \S+$/ puppet-agent: /^Loading facts\s*$/ -- GitLab