diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-26 09:31:12 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2016-05-26 09:31:12 -0700 |
commit | 82405eac69831a9b85d9a6701d406709e28abe3d (patch) | |
tree | ad479b325ad73d43036da525d4991b088dfe09d0 /kitchen-tests/cookbooks/base/attributes | |
parent | 4983a764c34e4dac894fe87c3a893e4d54fa7e54 (diff) | |
parent | 5f63ad8716e03a29a515aed8c138f41327638901 (diff) | |
download | chef-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.rb | 2 |
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" |