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.1.1

Installs/Configures gpg

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

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

No quality metric results found