summaryrefslogtreecommitdiffstats
path: root/ipaplatform/rhel
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-07-01 15:05:45 +0200
committerJan Cholasta <jcholast@redhat.com>2015-07-21 17:30:10 +0200
commit92828d3cf50e00fe75ebf3ec9e0edc8b9c8eae35 (patch)
tree8d1abd73e7a8069c47fe66ae76f691a6dd713809 /ipaplatform/rhel
parenta487e42d3fb71ceb3128fb9a2055a5586c4ed851 (diff)
downloadfreeipa-92828d3cf50e00fe75ebf3ec9e0edc8b9c8eae35.tar.gz
freeipa-92828d3cf50e00fe75ebf3ec9e0edc8b9c8eae35.tar.xz
freeipa-92828d3cf50e00fe75ebf3ec9e0edc8b9c8eae35.zip
DNS: check if DNS package is installed
Instead of separate checking of DNS required packages, we need just check if IPA DNS package is installed. https://fedorahosted.org/freeipa/ticket/4058 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipaplatform/rhel')
-rw-r--r--ipaplatform/rhel/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaplatform/rhel/constants.py b/ipaplatform/rhel/constants.py
index eaca48030..17abde1f8 100644
--- a/ipaplatform/rhel/constants.py
+++ b/ipaplatform/rhel/constants.py
@@ -11,6 +11,6 @@ from ipaplatform.redhat.constants import RedHatConstantsNamespace
class RHELConstantsNamespace(RedHatConstantsNamespace):
- pass
+ IPA_DNS_PACKAGE_NAME = "ipa-server-dns"
constants = RHELConstantsNamespace()