From a063ec48b346551d815cbf15115ec871c43ca859 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Sun, 31 Jan 2016 23:37:25 +0000 Subject: [PATCH] Imagery - Enable nginx repo --- roles/imagery.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/imagery.rb b/roles/imagery.rb index 51664ee19..60bb1d930 100644 --- a/roles/imagery.rb +++ b/roles/imagery.rb @@ -11,6 +11,9 @@ default_attributes( } } }, + :apt => { + :sources => ["nginx"] + }, :sysctl => { :sockets => { :comment => "Increase size of connection queue", -- 2.43.2