From 4c12530f9fa24e250ac45d27d26dfd460a1dd7a7 Mon Sep 17 00:00:00 2001 From: Radek Vykydal Date: Fri, 31 May 2024 09:12:08 +0200 Subject: [PATCH] Update groups-and-envs-1 test (gh#1211) --- groups-and-envs-1.ks.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/groups-and-envs-1.ks.in b/groups-and-envs-1.ks.in index 9a43acdd..feb196fd 100644 --- a/groups-and-envs-1.ks.in +++ b/groups-and-envs-1.ks.in @@ -8,15 +8,15 @@ %packages @core @c-development -@^web-server-environment +@^cloud-server-environment %end %post # We don't have a way of determining if a group/env is installed or not. # These sentinel packages will have to do. -rpm -q httpd +rpm -q fedora-release-cloud if [[ $? != 0 ]]; then - echo '*** web-server-environment was not installed' > /root/RESULT + echo '*** cloud-server-environment was not installed' > /root/RESULT else rpm -q gcc if [[ $? != 0 ]]; then