summaryrefslogtreecommitdiffstats
path: root/ipaplatform/rhel/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipaplatform/rhel/constants.py')
-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()