Sha256: 905eb6f0683b35345bcc3c5404239a95f69ba19d4b50c2fa507f3c18cde30b40

Contents?: true

Size: 328 Bytes

Versions: 1

Compression:

Stored size: 328 Bytes

Contents

# Chef::Conceal

A gem and chef recipe that includes a helper method to make it easier to work with encrypted data in cookbooks.

## Installation

Add this line to your cookbooks's Berksfile:

    cookbook 'chef-conceal'

## Usage

```ruby
include_recipe 'chef-conceal::default'
decrypt(node[:my_app][:database][:password])
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chef-conceal-0.1.0 README.md