Skip to content
Snippets Groups Projects
Commit 0335d36b authored by Linda J Laubenheimer's avatar Linda J Laubenheimer
Browse files

filter syslog for ldap-cn-config

parent 8d9e607f
No related branches found
No related tags found
No related merge requests found
## we keep getting this when /etc/newsyslog.daily/ldap-cn-config runs
/^.*PROXIED attributeDescription .DC. inserted$/
......@@ -67,5 +67,14 @@ class su_ldap::config::logging(
source => 'puppet:///modules/su_ldap/etc/filter-syslog/ldap',
}
## FILTER-SYSLOG
# Filter known trivial/non-critical messages out of the logs
file { '/etc/filter-syslog/ldap-cn-config':
mode => '0644',
owner => root,
group => root,
source => 'puppet:///modules/su_ldap/etc/filter-syslog/ldap-cn-config',
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment