Server Upgrade: order update files by default

https://fedorahosted.org/freeipa/ticket/4904

Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
Martin Basti
2015-03-19 12:37:09 +01:00
committed by Tomas Babej
parent 0c7274ead8
commit a42fcfc18b
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ class LDAPUpdate:
for update in all_updates:
self._delete_record(update)
def update(self, files, ordered=False):
def update(self, files, ordered=True):
"""Execute the update. files is a list of the update files to use.
:param ordered: Update files are executed in alphabetical order