Skip to content

Commit

Permalink
Merge pull request #1212 from rvykydal/update-groups-and-envs-1
Browse files Browse the repository at this point in the history
Update groups-and-envs-1 test (gh#1211)
  • Loading branch information
rvykydal authored May 31, 2024
2 parents c114a69 + 4c12530 commit 550048e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions groups-and-envs-1.ks.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 550048e

Please sign in to comment.