X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..5239c5f1a1d13c8c34024e01f8c98282fa085181:/cookbooks/tilelog/recipes/default.rb diff --git a/cookbooks/tilelog/recipes/default.rb b/cookbooks/tilelog/recipes/default.rb index 6fef30343..0916f6b60 100644 --- a/cookbooks/tilelog/recipes/default.rb +++ b/cookbooks/tilelog/recipes/default.rb @@ -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