Skip to content

Commit

Permalink
Adding cookbook audit
Browse files Browse the repository at this point in the history
  • Loading branch information
mengesb committed May 26, 2016
1 parent c32dfa3 commit 8bf8616
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ tf_chef_compliance CHANGELOG

This file is used to list changes made in each version of the tf_chef_compliance Terraform plan.

v0.1.6 (2016-05-25)
-------------------
- [Brian Menges] - Add `audit` cookbook to [chef-cookbooks.sh](files/chef-cookbooks.sh)

v0.1.5 (2016-05-25)
-------------------
- [Brian Menges] - Correct `accept_license` in [attributes-json.tpl](files/attributes-json.tpl)
Expand Down
2 changes: 1 addition & 1 deletion files/chef-cookbooks.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
sudo rm -rf /var/chef/cookbooks
sudo mkdir -p /var/chef/cookbooks
for DEP in chef-ingredient chef-compliance ; do curl -sL https://supermarket.chef.io/cookbooks/${DEP}/download | sudo tar xzC /var/chef/cookbooks; done
for DEP in audit chef-ingredient chef-compliance ; do curl -sL https://supermarket.chef.io/cookbooks/${DEP}/download | sudo tar xzC /var/chef/cookbooks; done
sudo chown -R root:root /var/chef/cookbooks
echo Finished

0 comments on commit 8bf8616

Please sign in to comment.