Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

gpg (22) Versions 0.3.0

Installs/Configures gpg

Policyfile
Berkshelf
Knife
cookbook 'gpg', '= 0.3.0', :supermarket
cookbook 'gpg', '= 0.3.0'
knife supermarket install gpg
knife supermarket download gpg
README
Dependencies
Changelog
Quality 100%

GPG cookbook for Chef

Installs and configure GPG on a system

Attributes

default['gpg']['name']['real'] "Chef Default"
default['gpg']['name']['comment'] "generated by Chef"
default['gpg']['name']['email'] = "#{node.name}@example.com"
default['gpg']['expire']['date'] = "0"
default['gpg']['batch_config'] = "/tmp/gpg_batch_config"

default['gpg']['key_type'] = "RSA"
default['gpg']['key_length'] = "2048"

## It is recommended to use absolute paths for the keyring files, otherwise
## gpg will assume they are located in ~/.gnupg/
default['gpg']['override_default_keyring'] = false
default['gpg']['pubring_file'] = ""
default['gpg']['secring_file'] = ""

## run gpg as the following user which will create the keyring in the user's
## $HOME/.gnupg directory (unless keyring files are overridden)
default['gpg']['user'] = "root"

Infos

gpg Cookbook CHANGELOG

This file is used to list changes made in each version of the gpg cookbook.

0.3.0 (2018-05-08)

  • Sous Chefs will now be maintaining this cookbook. For more information on Sous Chefs see http://sous-chefs.org/
  • This cookbook now requires Chef 12 or later
  • Added a chefignore file
  • Added local testing with delivery local mode
  • Added Code of conduct, testing, contributing, license, and changelog files
  • Added chef_version, source_url, and issues_url to the metadata
  • Added ubuntu/debian to the metadata as supported platforms
  • Updated the kitchen config to use Vagrant on common platforms
  • Resolved all cookstyle / foodcritic warnings

Collaborator Number Metric
            

0.3.0 passed this metric

Contributing File Metric
            

0.3.0 passed this metric

Foodcritic Metric
            

0.3.0 passed this metric

No Binaries Metric
            

0.3.0 passed this metric

Testing File Metric
            

0.3.0 passed this metric

Version Tag Metric
            

0.3.0 passed this metric