]> git.openstreetmap.org Git - chef.git/commitdiff
nginx: lock to amd64 only repo
authorGrant Slater <git@firefishy.com>
Tue, 19 Feb 2019 15:52:57 +0000 (15:52 +0000)
committerGrant Slater <git@firefishy.com>
Tue, 19 Feb 2019 15:52:57 +0000 (15:52 +0000)
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"