mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Server Upgrade: Apply plugin updates immediately
Preparation to moving plugins executin into update files. * remove apply_now flag * plugins will return only (restart, modifications) https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
committed by
Petr Vobornik
parent
b4ca5c57d2
commit
cc19b5a76a
@@ -65,7 +65,7 @@ class update_replica_attribute_lists(PreUpdate):
|
||||
|
||||
self.log.debug("Done updating agreements")
|
||||
|
||||
return (False, False, []) # No restart, no apply now, no updates
|
||||
return False, [] # No restart, no updates
|
||||
|
||||
def _update_attr(self, repl, replica, attribute, values, template='%s'):
|
||||
"""Add or update an attribute of a replication agreement
|
||||
|
||||
Reference in New Issue
Block a user