cparedes / knife-file

Couple of useful utilities for dealing with files (right now, just encrypting/decrypting files)
http://redbluemagenta.com
12 stars 6 forks source link

Add decrypt_item method to Chef::Kinfe::FileDecrypt #2

Closed bison closed 11 years ago

bison commented 11 years ago

This method abstracts the Chef call used to decrypt an item from an encrypted data bag. The API changed in Chef versions 10.18.0 and 11.0 -- See: http://tickets.opscode.com/browse/CHEF-3392

cparedes commented 11 years ago

Awesome, thanks for the contribution! Will merge in.

bison commented 11 years ago

Wow, that was fast. Thanks!