summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-23 15:15:51 +0100
committerThom May <thom@chef.io>2018-05-17 12:29:42 +0100
commit976a2054dfe486aea54dd4bb78d727e4279834b3 (patch)
tree12884e70746df55794aaed110ae4cafa0ba8ff17
parentbdbac2219d5165e14823612b6006378b06b75cab (diff)
downloadchef-976a2054dfe486aea54dd4bb78d727e4279834b3.tar.gz
Set the test APT repo as trustedtm/13_1804
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--spec/functional/resource/package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/package_spec.rb b/spec/functional/resource/package_spec.rb
index 0f01a751ec..9a2a800bdc 100644
--- a/spec/functional/resource/package_spec.rb
+++ b/spec/functional/resource/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 " +