]> git.openstreetmap.org Git - chef.git/commitdiff
Don't disable systemd-resolved on geodns machines
authorTom Hughes <tom@compton.nu>
Thu, 21 Mar 2019 21:00:33 +0000 (21:00 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 21 Mar 2019 21:00:33 +0000 (21:00 +0000)
cookbooks/geodns/recipes/default.rb

index a2134457ffab3fe5ba7fe3838a982c1c31f4de7b..0e20e2a26c140c4e1804a2567de46ea2975dbf83 100644 (file)
@@ -45,10 +45,6 @@ template "/etc/gdnsd/zones/geo.openstreetmap.org" do
   notifies :restart, "service[gdnsd]"
 end
 
   notifies :restart, "service[gdnsd]"
 end
 
-service "systemd-resolved" do
-  action [:disable, :stop]
-end
-
 service "gdnsd" do
   action [:enable, :start]
   supports :status => true, :restart => true, :reload => true
 service "gdnsd" do
   action [:enable, :start]
   supports :status => true, :restart => true, :reload => true