X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/643f28e4f32f013c16d04378d7d1f3dd7d8edc17..9be289f6ca62466cd80a1ee4cf8a7c819b3831b8:/cookbooks/dns/recipes/default.rb diff --git a/cookbooks/dns/recipes/default.rb b/cookbooks/dns/recipes/default.rb index 8db66d6c9..33ec30277 100644 --- a/cookbooks/dns/recipes/default.rb +++ b/cookbooks/dns/recipes/default.rb @@ -18,18 +18,19 @@ # include_recipe "git" -include_recipe "apache::ssl" +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"