Resource Type: scap_upload

Defined in:
lib/puppet/type/scap_upload.rb
Providers:
foreman_proxy

Overview

Uploads SCAP files to the defined remote storage.

Currently we only support remote foreman-proxy with OpenSCAP’s plug-in. The FQDN of the foreman-proxy is supposed to be the same as the FQDN of Puppet master. Otherwise, it needs to be set by ‘foreman_proxy` property.

An object of this type should be required by an xccdf_scan object.

Parameters

  • foreman_proxy

    URI to the remote server. Example: (foreman-proxy-01.local.lan:8443). By default fqdn to foreman_proxy is the same as puppet master and the port is 8443.

  • provider

    The specific backend to use for this ‘scap_upload` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • title

    Name of the uploader object.