summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/bindinstance.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-10-02 16:31:24 +0200
committerMartin Kosek <mkosek@redhat.com>2014-10-14 13:55:02 +0200
commit7ad70025eb2deaf5c7c79149673dc2fbde2b7c2c (patch)
tree6272d8e4355b3783f9a2337262db24db0983fd4f /ipaserver/install/bindinstance.py
parent97195eb07cb70bfa8cb6e57977e59a871a8df3b4 (diff)
downloadfreeipa-7ad70025eb2deaf5c7c79149673dc2fbde2b7c2c.tar.gz
freeipa-7ad70025eb2deaf5c7c79149673dc2fbde2b7c2c.tar.xz
freeipa-7ad70025eb2deaf5c7c79149673dc2fbde2b7c2c.zip
Make named.conf template platform independent
Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipaserver/install/bindinstance.py')
-rw-r--r--ipaserver/install/bindinstance.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipaserver/install/bindinstance.py b/ipaserver/install/bindinstance.py
index 928ca1b5c..636e04f5e 100644
--- a/ipaserver/install/bindinstance.py
+++ b/ipaserver/install/bindinstance.py
@@ -666,6 +666,10 @@ class BindInstance(service.Service):
BINDKEYS_FILE=paths.NAMED_BINDKEYS_FILE,
MANAGED_KEYS_DIR=paths.NAMED_MANAGED_KEYS_DIR,
ROOT_KEY=paths.NAMED_ROOT_KEY,
+ NAMED_KEYTAB=paths.NAMED_KEYTAB,
+ RFC1912_ZONES=paths.NAMED_RFC1912_ZONES,
+ NAMED_PID=paths.NAMED_PID,
+ NAMED_VAR_DIR=paths.NAMED_VAR_DIR,
)
def __setup_dns_container(self):