Resource Type: rpmkey

Defined in:
lib/puppet/type/rpmkey.rb
Providers:
rpm

Overview

Define public GPG keys that should be part of the rpm keyring.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    The name of the key. This is the keyID (in hex) in uppercase.

  • provider

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

  • source

    The source of the public key if the key is not already imported.