Resource Type: sslkey

Defined in:
lib/puppet/type/sslkey.rb
Providers:
posix

Overview

Encrypted private key password

Properties

  • content

    Private Key content

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • absent
    • present
  • password

    Encrypted private key password

Parameters

  • path (namevar)

    The path to the private key to manage. Must be fully qualified.

  • provider

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

  • replace (defaults to: true)

    Whether to replace a private key file that already exists on the local system but whose content doesn’t match what the ‘content` attribute specifies. Setting this to false allows `Sslkey` resources to initialize private key file without overwriting already existing. Note that this only affects content; Puppet will still manage ownership and permissions. Defaults to `true`.

    Supported values:
    • true
    • false
    • yes
    • no