Actions
Bug #1426
closedForeman should not fail if dns domain has no SOA or NS records
Description
currently foreman tries to search the domain for its SOA or NS servers.
This is done in order to ask the relevant dns server (and not cached result).
if SOA or NS is not defined (or used via $ORIGIN for example) then foreman should not fail.
Actions