]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
build(deps): bump test-kitchen from 3.6.0 to 3.7.0
[chef.git] / cookbooks / apt / recipes / default.rb
index 9627bf4d409d91f0a511b6bb783ac642d633fe19..96203cd4d9ac2e831861dddb47c54c2dc999610d 100644 (file)
@@ -86,8 +86,9 @@ template "/etc/apt/sources.list" do
 end
 
 apt_repository "openstreetmap" do
-  uri "ppa:osmadmins/ppa"
-  only_if { platform?("ubuntu") }
+  uri "https://apt.openstreetmap.org"
+  components ["main"]
+  key "https://apt.openstreetmap.org/gpg.key"
 end
 
 package "unattended-upgrades"