TraGicCode / tragiccode-azure_key_vault

Pull secrets from Azure's key vault with this puppet module.
Apache License 2.0
6 stars 16 forks source link

(GH-42) Fix .empty? method missing on uri #45

Closed TraGicCode closed 5 years ago

TraGicCode commented 5 years ago

Puppetserver 5.x uses jruby which uses ruby 1.9. In this version of ruby .empty? doesn't exist and exists in future versions of ruby. This fix should allow puppetserver 5.x to work with this module.

Closes #42