From 025a9b16c8e223a6e752f84f7619cff57ab2549e Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Mon, 31 Aug 2015 18:03:33 +0200 Subject: DNSSEC: Fix HSM synchronization in ipa-dnskeysyncd when running on DNSSEC key master https://fedorahosted.org/freeipa/ticket/5273 Reviewed-By: Martin Basti Reviewed-By: Oleg Fayans --- ipapython/dnssec/keysyncer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipapython/dnssec') diff --git a/ipapython/dnssec/keysyncer.py b/ipapython/dnssec/keysyncer.py index d1f400e2e..426dd940a 100644 --- a/ipapython/dnssec/keysyncer.py +++ b/ipapython/dnssec/keysyncer.py @@ -177,4 +177,4 @@ class KeySyncer(SyncReplConsumer): return if not self.init_done: return - ipautil.run([paths.ODS_SIGNER]) + ipautil.run([paths.ODS_SIGNER, 'ipa-hsm-update']) -- cgit