]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/networking/recipes/default.rb
Make sure resolv.conf is using the systemd-resolved stub resolver
[chef.git] / cookbooks / networking / recipes / default.rb
index bd8517087e49913b6bda13b1df32d2ae3e8683d6..cfc04cbef93868de5561c40eb9f1e9038ae1eb0b 100644 (file)
@@ -212,7 +212,11 @@ template "/etc/systemd/resolved.conf.d/99-chef.conf" do
   owner "root"
   group "root"
   mode 0o644
-  notifies :restart, "service[systemd-resolved]"
+  notifies :restart, "service[systemd-resolved]", :immediately
+end
+
+link "/etc/resolv.conf" do
+  to "../run/systemd/resolve/stub-resolv.conf"
 end
 
 if node[:networking][:tcp_fastopen_key]