hiera-eyaml 3.2.2-2ubuntu0.1 source package in Ubuntu

Changelog

hiera-eyaml (3.2.2-2ubuntu0.1) jammy; urgency=medium

  * Backport upstream fix to make eyaml command work (LP: #1974059)

 -- Patrik Lundin <email address hidden>  Tue, 27 Jan 2023 19:41:41 +0000

Upload details

Uploaded by:
Patrik Lundin
Sponsored by:
Simon Quigley
Uploaded to:
Jammy
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy updates universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hiera-eyaml_3.2.2.orig.tar.xz 49.7 KiB a70e8dde88393d2c73e5b5173438b68c0b6a10be2399b804b94e1fc7aad513f4
hiera-eyaml_3.2.2-2ubuntu0.1.debian.tar.xz 11.1 KiB 8feef5addd96d4c73cf1c084a6ffbd79e787c5bc888abb3f3283ec1972de065d
hiera-eyaml_3.2.2-2ubuntu0.1.dsc 2.0 KiB 72084de1eaa60e19d2a6e53b95f1cfd99acec2da4f79566598b279d597aa225b

View changes file

Binary packages built by this source

hiera-eyaml: OpenSSL Encryption backend for Hiera

 A backend for Hiera that provides per-value encryption of sensitive
 data within yaml files to be used by Puppet.
 .
 Only the values are encrypted, allowing files to be swiftly reviewed
 without decryption.
 .
 The value of each key is encrypted individually, which means that
 "git diff" is meaningful.
 .
 Includes a command line tool for encrypting, decrypting, editing and
 rotating keys. This makes it almost as easy as using clear text
 files.
 .
 Basic asymmetric encryption (PKCS#7) is used by default. This does
 not require any native libraries to be compiled, and it allows users
 without the private key to encrypt values that the puppet master can
 decrypt
 .
 hiera-eyaml includes a pluggable encryption framework (e.g. GPG
 encryption (hiera-eyaml-gpg) can be used if you have the need for
 multiple keys and easier key rotation)