Hi,

the attached patch fixes <https://fedorahosted.org/freeipa/ticket/6154>.

Pushed under the one-liner rule to master: 1a73477e1561b0a2a66852575010a136edc014a6

Honza

--
Jan Cholasta
From 4f416db82a6f335e9d727730c782f9ad2b0be20e Mon Sep 17 00:00:00 2001
From: Jan Cholasta <jchol...@redhat.com>
Date: Thu, 4 Aug 2016 14:14:15 +0200
Subject: [PATCH] vault: add missing salt option to vault_mod

The option was accidentally removed in commit
4b119e21a2f93ca16c5edf3d1058552b44feeaf8.

https://fedorahosted.org/freeipa/ticket/6154
---
 ipaclient/plugins/vault.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipaclient/plugins/vault.py b/ipaclient/plugins/vault.py
index ed75a0e..1e715fd 100644
--- a/ipaclient/plugins/vault.py
+++ b/ipaclient/plugins/vault.py
@@ -418,7 +418,7 @@ class vault_mod(Local):
 
     def get_options(self):
         for option in self.api.Command.vault_mod_internal.options():
-            if option.name not in ('ipavaultsalt', 'version'):
+            if option.name != 'version':
                 yield option
         for option in super(vault_mod, self).get_options():
             yield option
-- 
2.7.4

-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to