diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 16:39:30 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | eec11f4c7af5bb2fd7e8d0ec8c2dd8fd36e021b7 (patch) | |
tree | 9d367c2ddbaa2642df565456f589afeb15f23aca /kitchen-tests | |
parent | d65f47592e5fd81f2e813e9cf57b59f1226b8132 (diff) | |
download | chef-eec11f4c7af5bb2fd7e8d0ec8c2dd8fd36e021b7.tar.gz |
Remove apt cookbook from Berksfiles
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/base/Berksfile | 2 | ||||
-rw-r--r-- | kitchen-tests/cookbooks/webapp/Berksfile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/kitchen-tests/cookbooks/base/Berksfile b/kitchen-tests/cookbooks/base/Berksfile index ba11c46c1d..967b9a78b6 100644 --- a/kitchen-tests/cookbooks/base/Berksfile +++ b/kitchen-tests/cookbooks/base/Berksfile @@ -1,5 +1,3 @@ source "https://supermarket.chef.io" metadata - -cookbook "apt" diff --git a/kitchen-tests/cookbooks/webapp/Berksfile b/kitchen-tests/cookbooks/webapp/Berksfile index ba11c46c1d..967b9a78b6 100644 --- a/kitchen-tests/cookbooks/webapp/Berksfile +++ b/kitchen-tests/cookbooks/webapp/Berksfile @@ -1,5 +1,3 @@ source "https://supermarket.chef.io" metadata - -cookbook "apt" |