From: Grant Slater Date: Tue, 19 Feb 2019 15:52:57 +0000 (+0000) Subject: nginx: lock to amd64 only repo X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/6df5d7a48406b20d84497d2df79b47bde9c86257 nginx: lock to amd64 only repo --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 9f242140a..0d4a2d556 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -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"