]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
nginx: lock to amd64 only repo
[chef.git] / cookbooks / apt / recipes / default.rb
index 9f242140a0e368bc6369df4bb839dd2289a5851f..0d4a2d556f91ad6090219bf2f604382286399df1 100644 (file)
@@ -98,6 +98,7 @@ end
 
 apt_repository "nginx" do
   action repository_actions["nginx"]
+  arch "amd64"
   uri "https://nginx.org/packages/ubuntu"
   components ["nginx"]
   key "ABF5BD827BD9BF62"