Skip to content

Commit

Permalink
Revert in support server installation dhcp_dns_server pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jknphy committed Aug 22, 2019
1 parent dd800be commit d82a670
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/support_server/setup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,6 @@ sub run {
}

if (exists $server_roles{dhcp}) {
zypper_call("in -t pattern dhcp_dns_server");
setup_dhcp_server((exists $server_roles{dns}), 0);
}
if (exists $server_roles{qemuproxy}) {
Expand All @@ -554,7 +553,6 @@ sub run {
$setup_script .= "systemctl restart apache2\n";
}
if (exists $server_roles{dns}) {
zypper_call("in -t pattern dhcp_dns_server");
setup_dns_server();
}

Expand Down

0 comments on commit d82a670

Please sign in to comment.