From d951c86e6ab46152bef3d1a1fb4e15b3eaa3f798 Mon Sep 17 00:00:00 2001 From: Andrew Bobulsky Date: Wed, 22 Dec 2021 00:36:19 -0500 Subject: [PATCH] Fix fedora test to work cross-platform Signed-off-by: Andrew Bobulsky --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 78ba598..34e9228 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -19,7 +19,7 @@ platforms: - name: fedora-latest driver: provision_command: - - yum install libxcrypt-compat.x86_64 -y + - yum install libxcrypt-compat -y - curl -L https://www.chef.io/chef/install.sh | bash - name: centos-7 - name: centos-8