summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeha Pansare <neha.pansare@progress.com>2022-06-24 15:08:58 +0530
committerNeha Pansare <neha.pansare@progress.com>2022-06-24 15:08:58 +0530
commitae62d05bc6cc0673e32851b0a8f209c417854ce4 (patch)
tree8f9c4294aa1a9e0535e9c41812cf0491a4e0fb2f
parentec5d2e18a107050a8b5429268c070b13b30f13d7 (diff)
downloadchef-ae62d05bc6cc0673e32851b0a8f209c417854ce4.tar.gz
[Fedora kitchen test fix for nscd] Updated comment
Signed-off-by: Neha Pansare <neha.pansare@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 64f9e8e252..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" unless fedora? # fedora 35+ doesn't have nscd
+include_recipe "nscd" unless fedora? # fedora 34+ doesn't have nscd
logrotate_package "logrotate"