ccin2p3 / puppet-patterndb

Puppet module for handling syslog-ng patterndb
Other
0 stars 3 forks source link

patterndb::simple::rule not honoring $ruleclass? #1

Closed jyaworski closed 10 years ago

jyaworski commented 10 years ago

Hello:

It looks like patterndb::simple::rule is not honoring $ruleclass. Looking at the xml generated, the class is still set to system even when I set $ruleclass to something else. For example:

  patterndb::simple::rule { 'ipdr-collector-error':
    ruleset         => 'collector',
    patterns        => [ 'OK: collector = @NUMBER:collector@' ],
    context_id      => 'collector-${collector}',
    context_timeout => '60',
    ruleclass       => 'ipdr',
    tags            => ['ipdr'],
  }
jyaworski commented 10 years ago

This was something on my end. Closing.