Skip to content
Commit 92972fd1 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

ipahost: fix adding host for servers without DNS configuration.

When using ipahost module with servers where DNS was not configured
it failed to add hosts due to an exception raised on `dnsrecord_show`
that was not being correctly handled.

As the exception was being handled twice, the This patch simply removes
one of the handlers, allowing the exception to propagate to the caller,
where it is handled.

Fixes issue #434.
parent 8c17d762
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment