mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
Fix takes_options in automount plugin.
This commit is contained in:
parent
582228714e
commit
ce72b59f55
@ -327,7 +327,7 @@ class automountmap_add_indirect(LDAPCreate):
|
||||
"""
|
||||
Create new indirect mount point.
|
||||
"""
|
||||
takes_options = (
|
||||
takes_options = LDAPCreate.takes_options + (
|
||||
Str('key',
|
||||
cli_name='mount',
|
||||
doc='mount point',
|
||||
|
Loading…
Reference in New Issue
Block a user