summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-05-07 13:51:35 -0700
committerTim Smith <tsmith@chef.io>2021-05-07 13:56:15 -0700
commit424ffa0eb902e02548468bf0d4e59e8c90b3157e (patch)
tree783e565ede67b4584928ab9143c4cec71c4e8787 /kitchen-tests/cookbooks
parentce013e7000fb0d462ee41ebdfcdbe13250edbadd (diff)
downloadchef-424ffa0eb902e02548468bf0d4e59e8c90b3157e.tar.gz
Test more platforms in Dokken / GH Actions
Add the full set of platforms Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/end_to_end/recipes/linux.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
index cd8c9c4d27..30754cc483 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -37,7 +37,7 @@ end
include_recipe "::_packages"
-include_recipe "ntp"
+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" ]