X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/32a423888e0d6b5254c55e4faf418b31749dc69e..9f92fe9a702afaca9f143f0a2cac24e0f51162c6:/cookbooks/dns/recipes/default.rb?ds=inline diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 6c19048f2..33ec30277 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -22,14 +22,15 @@ include_recipe "apache" passwords = data_bag_item("dns", "passwords") -package "make" - -package "perl" -package "libxml-treebuilder-perl" -package "libxml-writer-perl" -package "libyaml-perl" -package "libwww-perl" -package "libjson-xs-perl" +package %w[ + make + perl + libxml-treebuilder-perl + libxml-writer-perl + libyaml-perl + libwww-perl + libjson-xs-perl +] directory "/srv/dns.openstreetmap.org" do owner "root"