X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a9217ac515784c7f203e76b8885acb85a3934979..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/geodns/recipes/default.rb diff --git a/cookbooks/geodns/recipes/default.rb b/cookbooks/geodns/recipes/default.rb index 2308a5793..98e91a808 100644 --- a/cookbooks/geodns/recipes/default.rb +++ b/cookbooks/geodns/recipes/default.rb @@ -22,7 +22,7 @@ package "geoip-database-contrib" package "gdnsd" service "gdnsd" do - action [ :enable, :start ] + action [:enable, :start] supports :status => true, :restart => true, :reload => true end