Resource Type: sensor_download

Defined in:
lib/puppet/type/sensor_download.rb
Providers:
default

Overview

Download the Falcon Sensor

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • bearer_token

    The bearer token used to authenticate with the Falcon API

  • falcon_cloud

    The falcon cloud URI to use

  • file_path

    The full path to the file.

  • provider

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

  • proxy_host

    The proxy host to use for downloading the sensor package

  • proxy_port

    The proxy port to use for downloading the sensor package

  • sha256 (namevar)

    The sha256 of the package to download

  • version

    The falcon sensor version that should be installed.

  • version_manage

    If true download the required sensor package if current sensor version does not match desired version. False only download sensor package when no sensor is installed