lelutin / puppet-spamassassin

Install and configure spamassassin either as a service (through spamd) or for use with applications like amavisd. This is a fork of https://bitbucket.org/wyrie/puppet-spamassassin
Other
2 stars 9 forks source link

Fixes for service extra options, custom rules, and more #2

Closed tequeter closed 5 years ago

tequeter commented 5 years ago

This is a patch train with everything I fixed while getting this module to work for me.

Some commits depend on the previous ones, so I went the easy route and made it one big PR (sorry). I can try to split it if there are specific commits you'd like to discuss separately.

lelutin commented 5 years ago

hey thanks for all of these fixes!

I believe the errors related service_extra_options were introduced by me when I split up the module into some sub-classes so that they could be ordered more easily. woops... thanks for spotting that! it does indeed fix the options that get added to the options file. I guess that alone should warrant a new bug fix release very soon.