puppet-rsyslog icon indicating copy to clipboard operation
puppet-rsyslog copied to clipboard

Load RELP module

Open flysen opened this issue 8 years ago • 2 comments

Using "remote_servers" hash:

remote_servers  => [
    {
        protocol => 'relp',
},
  ]

Should populate the string

# Load RELP module.
$ModLoad omrelp

Now it has to be declared: remote_type => 'relp',

flysen avatar Sep 14 '16 14:09 flysen

Feel free to send in a PR. The loading of modules isn't the best right now, and I'll be happy to have a good solution for this.

saz avatar Jan 07 '17 15:01 saz

#301

mdklapwijk avatar May 19 '18 22:05 mdklapwijk