summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-19 12:45:46 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-10-19 12:45:46 +0600
commit718b2f864d095f76698deb550aa1c7dd37dd3dc2 (patch)
tree88f44a85de8528c9c358201685430b957fbdc195
parent062079874d9f65e4c1122700a90e838f946ce26b (diff)
downloadchef-718b2f864d095f76698deb550aa1c7dd37dd3dc2.tar.gz
Backporting a fix for the Linux testers that fixes an issue with nscd on Fedora - its no longer shipping in that distro
Signed-off-by: John McCrae <john.mccrae@progress.com>
-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"