summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/dnssec/keysyncer.py2
1 files changed, 1 insertions, 1 deletions
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'])