hiera-eyaml 2.0.8-1 source package in Ubuntu

Changelog

hiera-eyaml (2.0.8-1) unstable; urgency=low

  * Team upload.
  * upload to unstable
  * d/control: removed transitional package ruby-hiera-eyaml
  * Imported Upstream version 2.0.8

 -- Jonas Genannt <email address hidden>  Sun, 31 May 2015 12:38:21 +0200

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
hiera-eyaml_2.0.8-1.dsc 2.0 KiB 14745880b8a530bc0878c8fe0b2213e37d5cb302654d09f98f5f1e790161a302
hiera-eyaml_2.0.8.orig.tar.gz 25.2 KiB f426d562f264b0c47684421fd668a02c9c340f3ea96c7c423f67dbb543097046
hiera-eyaml_2.0.8-1.debian.tar.xz 10.1 KiB 592913d86bd92ea6bb4387771e3a55a36292aec1b75dddc66a45428007ef96ba

Available diffs

No changes file available.

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)