diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-18 13:36:54 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 13:36:54 -0700 |
commit | 5dde6e6ccad4c11b2b5229a1aa0899e2dfd75b34 (patch) | |
tree | a7115b0cecc5f27c627a4bff44127b44120c86f1 /kitchen-tests/data_bags/passwords | |
parent | 535d83aa9deeca2b33ae6f951e1c9597782da98c (diff) | |
download | chef-5dde6e6ccad4c11b2b5229a1aa0899e2dfd75b34.tar.gz |
Remove the webapp cookbook from integration tests
This isn't coming back. We'll replace it with the learnchef stuff in another PR.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/data_bags/passwords')
-rw-r--r-- | kitchen-tests/data_bags/passwords/webapp.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kitchen-tests/data_bags/passwords/webapp.json b/kitchen-tests/data_bags/passwords/webapp.json deleted file mode 100644 index 43c0ae1ced..0000000000 --- a/kitchen-tests/data_bags/passwords/webapp.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "id": "webapp", - "db_password": "supersecretdbpassword" -} |