This is the base directory of the chef-repo. 

NOTE: Cookbooks are maintained in individual repositories.

## Creating Encrypted Data Bags

To create an encrypted data bag locally, create a JSON file with the unencrypted data and run the following:

```
knife data bag from file <data_bag_name> <path_to_file> -z --secret-file <path_to_encrypted_data_bag_secret>
```

Note you must have `cookbook_path` and/or `data_bag_path` set in your `knife` configuration file.

On merge, the `chef_repo_upload.sh` will automatically upload the encrypted data bag to all Chef servers.
