summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/base/attributes
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2016-05-26 09:31:12 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2016-05-26 09:31:12 -0700
commit82405eac69831a9b85d9a6701d406709e28abe3d (patch)
treead479b325ad73d43036da525d4991b088dfe09d0 /kitchen-tests/cookbooks/base/attributes
parent4983a764c34e4dac894fe87c3a893e4d54fa7e54 (diff)
parent5f63ad8716e03a29a515aed8c138f41327638901 (diff)
downloadchef-82405eac69831a9b85d9a6701d406709e28abe3d.tar.gz
Merge pull request #4967 from chef/lcg/kitchen-tests3
add a few more distros to kitchen testing
Diffstat (limited to 'kitchen-tests/cookbooks/base/attributes')
-rw-r--r--kitchen-tests/cookbooks/base/attributes/default.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/kitchen-tests/cookbooks/base/attributes/default.rb b/kitchen-tests/cookbooks/base/attributes/default.rb
index f3bcb4f21a..ef273c969c 100644
--- a/kitchen-tests/cookbooks/base/attributes/default.rb
+++ b/kitchen-tests/cookbooks/base/attributes/default.rb
@@ -5,8 +5,6 @@ puts "CHEF SUGAR THINKS WE ARE ON RHEL" if rhel?
# ubuntu cookbook overrides
#
-default["ubuntu"]["archive_url"] = "http://us-west-2.ec2.archive.ubuntu.com/ubuntu"
-default["ubuntu"]["security_url"] = "http://us-west-2.ec2.archive.ubuntu.com/ubuntu"
default["ubuntu"]["include_source_packages"] = true
default["ubuntu"]["components"] = "main restricted universe multiverse"