diff options
author | John McCrae <john.mccrae@progress.com> | 2022-10-19 12:45:46 +0600 |
---|---|---|
committer | John McCrae <john.mccrae@progress.com> | 2022-10-19 12:45:46 +0600 |
commit | 718b2f864d095f76698deb550aa1c7dd37dd3dc2 (patch) | |
tree | 88f44a85de8528c9c358201685430b957fbdc195 /kitchen-tests | |
parent | 062079874d9f65e4c1122700a90e838f946ce26b (diff) | |
download | chef-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>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/end_to_end/recipes/linux.rb | 2 |
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" |