Resource Type: dehydrated_fingerprint

Defined in:
lib/puppet/type/dehydrated_fingerprint.rb
Providers:
openssl

Overview

Create a fingerprint file key for a private key file.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • password

    The optional password for the key

  • path

    Fingerprint location, must be absolute.

  • private_key

    Key location, must be absolute.

  • provider

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