Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.13 KB

REFERENCE.md

File metadata and controls

53 lines (29 loc) · 1.13 KB

Reference

Table of Contents

Resource types

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

Resource types

rpmkey

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

Properties

The following properties are available in the rpmkey type.

ensure

Valid values: present, absent

The basic property that the resource should be in.

Default value: present

Parameters

The following parameters are available in the rpmkey type.

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.