Resource Type: vs_ssl

Defined in:
lib/puppet/type/vs_ssl.rb
Providers:
ovs

Overview

Name of SSL configuration

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • bootstrap (defaults to: false)

    Enable bootstrapping without CA certificate and accept controller CA cert

  • ca_file

    CA authority certificate file path

  • cert_file

    Certificate filepath

  • key_file

    Private key file path

  • name (namevar)

    Name of SSL configuration

    Supported values:
    • /^\w+$/
  • provider

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