summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-23 15:15:51 +0100
committerThom May <thom@chef.io>2018-04-23 16:08:04 +0100
commit331e7724745f093b6e62b1f0cc16a571e00174ad (patch)
tree4aeeeb84041fc2d03316e355c4a710a5b1939610
parent708e8e084bd715e2dd6e25f0157a5e081691fa55 (diff)
downloadchef-331e7724745f093b6e62b1f0cc16a571e00174ad.tar.gz
Set the test APT repo as trustedtm/ubu_1804
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--spec/functional/resource/apt_package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/apt_package_spec.rb b/spec/functional/resource/apt_package_spec.rb
index 7c58937ee2..c032bafc92 100644
--- a/spec/functional/resource/apt_package_spec.rb
+++ b/spec/functional/resource/apt_package_spec.rb
@@ -23,7 +23,7 @@ require "webrick"
module AptServer
def enable_testing_apt_source
File.open("/etc/apt/sources.list.d/chef-integration-test.list", "w+") do |f|
- f.puts "deb http://localhost:9000/ sid main"
+ f.puts "deb [trusted=yes] http://localhost:9000/ sid main"
end
# Magic to update apt cache for only our repo
shell_out!("apt-get update " +