summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-06-24 11:17:54 -0700
committerGitHub <noreply@github.com>2022-06-24 11:17:54 -0700
commit20fc85d9b8a77eee79e5333dc783e95813078efb (patch)
tree9fda09cca94efa5bfd04d829359034d4cf172d70
parent081e9cb360291f95d6a3c5c75090c7355f5d9365 (diff)
parentae62d05bc6cc0673e32851b0a8f209c417854ce4 (diff)
downloadchef-20fc85d9b8a77eee79e5333dc783e95813078efb.tar.gz
Merge pull request #13020 from chef/neha-p6/fedora_replace_nscd_in_tests
This corrects a test failure in the verify pipeline.
-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 eb4f4fe546..079f66f511 100644
--- a/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
+++ b/kitchen-tests/cookbooks/end_to_end/recipes/linux.rb
@@ -61,7 +61,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"