X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..090fe909149f22d158c859a7d4a9edfb523df2fb:/cookbooks/geodns/recipes/default.rb diff --git a/cookbooks/geodns/recipes/default.rb b/cookbooks/geodns/recipes/default.rb index a0ee24646..a21323026 100644 --- a/cookbooks/geodns/recipes/default.rb +++ b/cookbooks/geodns/recipes/default.rb @@ -17,9 +17,10 @@ # limitations under the License. # -package "geoip-database-contrib" - -package "gdnsd" +package %w[ + geoip-database-contrib + gdnsd +] service "gdnsd" do action [:enable, :start]