projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2dfefa0
)
Don't disable systemd-resolved on geodns machines
author
Tom Hughes
<tom@compton.nu>
Thu, 21 Mar 2019 21:00:33 +0000
(21:00 +0000)
committer
Tom Hughes
<tom@compton.nu>
Thu, 21 Mar 2019 21:00:33 +0000
(21:00 +0000)
cookbooks/geodns/recipes/default.rb
patch
|
blob
|
history
diff --git
a/cookbooks/geodns/recipes/default.rb
b/cookbooks/geodns/recipes/default.rb
index a2134457ffab3fe5ba7fe3838a982c1c31f4de7b..0e20e2a26c140c4e1804a2567de46ea2975dbf83 100644
(file)
--- a/
cookbooks/geodns/recipes/default.rb
+++ b/
cookbooks/geodns/recipes/default.rb
@@
-45,10
+45,6
@@
template "/etc/gdnsd/zones/geo.openstreetmap.org" do
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