From 113732ed42381ee837a739729461962cd915f87d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 19 Mar 2020 16:14:57 +0000 Subject: [PATCH] Fix comment for unneeded package --- cookbooks/imagery/recipes/default.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cookbooks/imagery/recipes/default.rb b/cookbooks/imagery/recipes/default.rb index 80bf71bfe..b959804f1 100644 --- a/cookbooks/imagery/recipes/default.rb +++ b/cookbooks/imagery/recipes/default.rb @@ -21,10 +21,8 @@ include_recipe "nginx" include_recipe "git" # Imagery gdal Requirements -package %w[ - gdal-bin - # python-gdal - disable while broken in gis unstable repo -] +package "gdal-bin" +# python-gdal - disable while broken in gis unstable repo # Imagery MapServer + Mapcache Requirements package %w[ -- 2.43.2