Resource Type: configvault_write

Defined in:
lib/puppet/type/configvault_write.rb
Providers:
standard

Overview

Manage the state of this type.

Properties

  • ensure (defaults to: present)

    Manage the state of this type.

    Supported values:
    • present
    • absent

Parameters

  • binfile

    Path for configvault binary

  • bucket

    Bucket to write file to

  • key

    The key for the entry

  • provider

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

  • public

    Whether or not the entry is public

    Supported values:
    • true
    • false
    • yes
    • no
  • source

    The filepath to the value of the entry

  • user

    User to write file for