X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..8d2b8f1a0ab843825784d1e8d65429c8367f0847:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 6fef30343..084da1da6 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -8,7 +8,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http://www.apache.org/licenses/LICENSE-2.0 +# https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, @@ -19,13 +19,15 @@ include_recipe "tools" -package "gcc" -package "make" -package "autoconf" -package "automake" -package "libboost-filesystem-dev" -package "libboost-system-dev" -package "libboost-program-options-dev" +package %w[ + gcc + make + autoconf + automake + libboost-filesystem-dev + libboost-system-dev + libboost-program-options-dev +] tilelog_source_directory = node[:tilelog][:source_directory] tilelog_input_directory = node[:tilelog][:input_directory] @@ -88,7 +90,6 @@ end # resources related to the output of the analysis and where it # can be publicly downloaded. directory tilelog_output_directory do - action :create user "www-data" group "www-data" mode 0o755