summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-20 04:12:45 +0000
committerGitHub <noreply@github.com>2022-10-20 04:12:45 +0000
commit290cd31c3f7825ba3d0af2d361e0e1b2b215f12c (patch)
tree1aeff023990250b81a2fd1cb1dd8e554b02d7305
parent41fb979f1209f3dcf5182048a42aa7ebd06e5542 (diff)
parent718b2f864d095f76698deb550aa1c7dd37dd3dc2 (diff)
downloadchef-290cd31c3f7825ba3d0af2d361e0e1b2b215f12c.tar.gz
Merge pull request #13258 from chef/jfm/chef17_nscd
Confirmed it resolves the nscd issue
-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 c08bc4ee2e..71a9cc9ea8 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -57,7 +57,7 @@ ssh_known_hosts_entry "github.com"
include_recipe "openssh"
-include_recipe "nscd"
+include_recipe "nscd" unless fedora? # fedora 34+ doesn't have nscd
logrotate_package "logrotate"