cookbook 'gpg', '= 0.1.1'
gpg
(24) Versions
0.1.1
-
Follow4
Installs/Configures gpg
cookbook 'gpg', '= 0.1.1', :supermarket
knife supermarket install gpg
knife supermarket download gpg
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
- Repository: https://github.com/hw-cookbooks/gpg
- IRC: Freenode @ #heavywater
Dependent cookbooks
This cookbook has no specified dependencies.