puppet-decrypt
puppet-decrypt copied to clipboard
Simple encryption/decryption of secret data for Puppet
Hi Guys, I am getting below error while executing encrypt command ``` puppet crypt encrypt passwordtext --secretkey alt_key Error: undefined method `encrypt' for "passwordtext":String Did you mean? crypt Error: Try...
One of the problems I have with eyaml is that the data is decrypted on the master and then stored unencrypted in the catalog which could be retrieved from the...
puppet module install puppet_decrypt Notice: Preparing to install into /etc/puppetlabs/puppet/modules ... Notice: Downloading from https://forgeapi.puppetlabs.com ... Error: Could not execute operation for 'puppet_decrypt' The server being queried was /v3/releases?module=puppet_decrypt The...
Trying to perform spec execution: ``` bundle exec rspec /tmp/src/puppet-crypt/vendor/bundle/ruby/2.1.0/gems/rspec-mocks-3.0.3/lib/rspec/mocks.rb:38:in `setup': wrong number of arguments (1 for 0) (ArgumentError) from /tmp/src/puppet-crypt/spec/spec_helper.rb:15:in `' ``` This is probably because of some incompatibility...