Resource Type: netscaler_file

Defined in:
lib/puppet/type/netscaler_file.rb
Providers:
rest

Overview

Allows the uploading of a file to the Netscaler. only accepts names of *.cert *.key and *.txt. Currently this file is uploaded to /nsconfig/

Properties

  • encoding

    Encoding type of the file content. Only accepts BASE64

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • content

    File content, this will be encoded to Base64

  • name (namevar)
  • provider

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