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 2.0.0

Installs/Configures gpg

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

GPG cookbook

Cookbook Version
Build Status
OpenCollective
OpenCollective
License

Installs and configures GPG on a system

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you’d like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Custom resources

This cookboks uses custom resources to control GPG2.

Install GPG2 and haveged

gpg_install

Generate a GPG key for a user

gpg_key 'foo' do
  user 'foo'
  passphrase 'this-is-not-secure'
end

For further detail please see the documentation for each resource, or the test cookbook for example usage.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website
https://opencollective.com/sous-chefs/sponsor/1/website
https://opencollective.com/sous-chefs/sponsor/2/website
https://opencollective.com/sous-chefs/sponsor/3/website
https://opencollective.com/sous-chefs/sponsor/4/website
https://opencollective.com/sous-chefs/sponsor/5/website
https://opencollective.com/sous-chefs/sponsor/6/website
https://opencollective.com/sous-chefs/sponsor/7/website
https://opencollective.com/sous-chefs/sponsor/8/website
https://opencollective.com/sous-chefs/sponsor/9/website

gpg Cookbook CHANGELOG

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

2.0.0 - 2021-05-07

  • Update tested platforms
  • Set minimum Chef version to 15.3 for unified_mode support

1.3.0 - 2020-12-14

  • Added support for SUSE and OpenSUSE

1.2.0 (2020-08-26)

  • Comment out enforce_idempotency in kitchen.dokken.yml so tests work
  • Update/Remove the platforms we test against
  • Fix support for pinentry_mode on Ubuntu 16.04

1.1.0 (2020-05-14)

  • resolved cookstyle error: resources/install.rb:1:36 convention: Layout/TrailingWhitespace
  • resolved cookstyle error: resources/install.rb:1:37 refactor: ChefModernize/FoodcriticComments

1.0.1 (2020-01-26)

  • Use Github Actions for testing
  • Fix Ubuntu platform checks in the gpg_key resource
  • Use true/false in the resource to simplify the types

1.0.0 (2019-01-26)

  • Adds two new resources gpg_install and gpg_key
  • Use CircleCI for testing

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

No quality metric results found