mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
vault: add missing salt option to vault_mod
The option was accidentally removed in commit
4b119e21a2.
https://fedorahosted.org/freeipa/ticket/6154
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user