summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/end_to_end/recipes/linux.rb')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/linux.rb11
1 files changed, 7 insertions, 4 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
index 079f66f511..01268d320f 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -44,10 +44,13 @@ include_recipe "::_chef_gem"
include_recipe "ntp" unless fedora? # fedora 34+ doesn't have NTP
-resolver_config "/etc/resolv.conf" do
- nameservers [ "8.8.8.8", "8.8.4.4" ]
- search [ "chef.io" ]
-end
+# FIXME linux docker images seem to produce
+# EBUSY errors on moving or writing to /etc/resolv.conf
+#
+# resolver_config "/etc/resolv.conf" do
+# nameservers [ "8.8.8.8", "8.8.4.4" ]
+# search [ "chef.io" ]
+# end
users_from_databag = search("users", "*:*")