mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
Mark replica_file option as deprecated
The replica_file option is only supported for DL0. The option will be marked deprecated for now. See: https://pagure.io/freeipa/issue/7669 Signed-off-by: Thomas Woerner <twoerner@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
parent
38936817d2
commit
0ce79ec6f5
@ -153,6 +153,7 @@ class ServiceInstallInterface(common.Installable,
|
||||
replica_file = knob(
|
||||
str, None,
|
||||
description="a file generated by ipa-replica-prepare",
|
||||
deprecated=True
|
||||
)
|
||||
replica_file = replica_install_only(replica_file)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user