wied03 / cookbook-gpg

GPG cookbook for Chef, LWRP focused
2 stars 8 forks source link

Chef 13 compatability issue #7

Open krishnaperali opened 6 years ago

krishnaperali commented 6 years ago

adding provides for the libraries /Users/kper0006/cookbook-gpg/libraries/provider_load_key_from_chef_vault.rb /Users/kper0006/cookbook-gpg/libraries/provider_load_key_from_key_server.rb /Users/kper0006/cookbook-gpg/libraries/provider_load_key_from_string.rb

example: class Chef class Provider class BswGpgLoadKeyFromString < BaseGpgProvider provides :bsw_gpg_load_key_from_string def initialize(new_resource, run_context) super end

This will solve the issue. Can you please add it to the libraries.