File: control

package info (click to toggle)
hiera-eyaml 4.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 352 kB
  • sloc: ruby: 1,608; sh: 44; makefile: 16
file content (61 lines) | stat: -rw-r--r-- 1,922 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Source: hiera-eyaml
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:
 Stig Sandbeck Mathisen <ssm@debian.org>,
Section: ruby
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 gem2deb,
 ruby-highline,
 ruby-optimist,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/hiera-eyaml.git
Vcs-Browser: https://salsa.debian.org/ruby-team/hiera-eyaml
Homepage: https://github.com/voxpupuli/hiera-eyaml
Rules-Requires-Root: no

Package: hiera-eyaml
Architecture: all
Depends:
 ${misc:Depends},
 ${ruby:Depends},
 ${shlibs:Depends},
Recommends:
 sensible-utils,
Description: 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)

Package: hiera-eyaml-puppetserver
Architecture: all
Depends:
 puppetserver,
 hiera-eyaml,
 ${misc:Depends},
Enhances:
 puppetserver,
Description: OpenSSL Encryption backend for Hiera (puppetserver integration)
 A backend for Hiera that provides per-value encryption of sensitive
 data within yaml files to be used by Puppet.
 .
 This package provides integration into a Puppet Server installation.