Add rubygem-chef-vault 4.0.1

Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.

WWW: https://github.com/chef/chef-vault
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-07-30 09:48:22 +00:00
parent 00788b796e
commit fc69a6bbb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543737
4 changed files with 31 additions and 0 deletions

View File

@ -1095,6 +1095,7 @@
SUBDIR += rubygem-chef-config12
SUBDIR += rubygem-chef-dk
SUBDIR += rubygem-chef-utils
SUBDIR += rubygem-chef-vault
SUBDIR += rubygem-chef-zero
SUBDIR += rubygem-chef-zero5
SUBDIR += rubygem-chef12

View File

@ -0,0 +1,22 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= chef-vault
PORTVERSION= 4.0.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Data encryption support for Chef Infra using data bags
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= gem
USE_RUBY= yes
NO_ARCH= yes
PLIST_FILES= bin/chef-vault
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1595865785
SHA256 (rubygem/chef-vault-4.0.1.gem) = ce508b9e94ba75ad60bfc02d7dc9388fdb6b71f5ecdf4c6e56392f2672550e4c
SIZE (rubygem/chef-vault-4.0.1.gem) = 22016

View File

@ -0,0 +1,5 @@
Gem that allows you to encrypt a Chef Data Bag Item using the public keys of a
list of chef nodes. This allows only those chef nodes to decrypt the encrypted
values.
WWW: https://github.com/chef/chef-vault