Skip to content

drop the inherit keyword and assert private resources as private

Jbond requested to merge jbond/puppet-rspamd:drop_inherit into master

As per the puppet docs its not adviced to use the inherit keyword if you just want to access the bas class parameteres[1]. as such this PR updates the could to: * drop the inherit keyword * call assert_private() on the private resources * explicitly include raspmd in private resources

Merge request reports