Skip to content

Commit

Permalink
Merge pull request os-autoinst#20663 from dzedro/evo
Browse files Browse the repository at this point in the history
evolution_prepare_servers: Remove workaound module
  • Loading branch information
dzedro authored Nov 22, 2024
2 parents 0cfd05c + 794633a commit 19177d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/x11/evolution/evolution_prepare_servers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ sub run() {

if (check_var('SLE_PRODUCT', 'sled') || get_var('DOVECOT_REPO')) {
my $dovecot_repo = get_required_var("DOVECOT_REPO");
my $version = get_var('VERSION');
# Add dovecot repository and install dovecot
zypper_call("ar -f ${dovecot_repo} dovecot_repo");
zypper_call("ar -f http://dist.suse.de/ibs/SUSE/Updates/SLE-Module-Server-Applications/$version/x86_64/update/ server_applications");

zypper_call("--gpg-auto-import-keys ref");
zypper_call("in dovecot 'openssl(cli)'", exitcode => [0, 102, 103]);
zypper_call("rr dovecot_repo server_applications");
zypper_call("rr dovecot_repo");
} else {
if (is_opensuse) {
# exim is installed by default in openSUSE, but we need postfix
Expand Down

0 comments on commit 19177d6

Please sign in to comment.