owner "root"
group "root"
mode 0o644
+ not_if { ENV["TEST_KITCHEN"] }
end
service "systemd-resolved" do
notifies :restart, "service[systemd-resolved]", :immediately
end
-if node[:filesystem][:by_mountpoint]["/etc/resolv.conf"]
+if node[:filesystem][:by_mountpoint][:"/etc/resolv.conf"]
mount "/etc/resolv.conf" do
action :umount
- device node[:filesystem][:by_mountpoint]["/etc/resolv.conf"][:devices].first
+ device node[:filesystem][:by_mountpoint][:"/etc/resolv.conf"][:devices].first
end
end