From 03cbe3638e5aee35453da58e2789f8bc7ba58f89 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 21 Dec 2018 12:55:24 +0000 Subject: [PATCH 1/1] imagery: fix typo --- cookbooks/imagery/resources/site.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/imagery/resources/site.rb b/cookbooks/imagery/resources/site.rb index 86c70c37e..97163ee3e 100644 --- a/cookbooks/imagery/resources/site.rb +++ b/cookbooks/imagery/resources/site.rb @@ -106,7 +106,7 @@ action :create do "MS_ERRORFILE" => "stderr", "GDAL_CACHEMAX" => "512" limit_nofile 16384 - limit_cpu: 60 + limit_cpu 60 memory_max "4G" user "imagery" group "imagery" -- 2.43.2