# File lib/smart_proxy_openscap/openscap_lib.rb, line 43
  def self.send_spool_to_foreman
    arf_dir = File.join(Proxy::OpenSCAP::Plugin.settings.spooldir, "/arf")
    return unless File.exist? arf_dir
    SpoolForwarder.new.post_arf_from_spool(arf_dir)
  end