struct

Fluxion::GpgKeyEntry

Inherits Struct < Value < Object

One key inside a gpg-key step.

keyring decides the destination: absent means rpm --import into the RPM database, present means write a dearmoured keyring for an apt signed-by source. The fingerprint is mandatory either way — importing a key decides what the machine will install as root.

Constructors

new(url : String, fingerprint : Fingerprint, keyring : String | Nil = nil)
Source

Instance methods

fingerprint
Source
item_key

Stable identity for plans and state: the keyring path when there is one, otherwise the fingerprint. Query strings and fragments never appear here.

Source
keyring
Source
rpm_import?
Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source