summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_ldap_updater.py
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-03-13 14:59:26 +0100
committerTomas Babej <tbabej@redhat.com>2015-03-19 12:37:09 +0100
commita42fcfc18bb94fbf97ec310dbb920e045b0473a5 (patch)
tree23b640424f79a21b70c29addadfa6db58d28c720 /ipaserver/install/ipa_ldap_updater.py
parent0c7274ead8670951b1f07039b68014b06418024d (diff)
downloadfreeipa-a42fcfc18bb94fbf97ec310dbb920e045b0473a5.tar.gz
freeipa-a42fcfc18bb94fbf97ec310dbb920e045b0473a5.tar.xz
freeipa-a42fcfc18bb94fbf97ec310dbb920e045b0473a5.zip
Server Upgrade: order update files by default
https://fedorahosted.org/freeipa/ticket/4904 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'ipaserver/install/ipa_ldap_updater.py')
-rw-r--r--ipaserver/install/ipa_ldap_updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/ipa_ldap_updater.py b/ipaserver/install/ipa_ldap_updater.py
index 4ad7b9727..5df7cdf42 100644
--- a/ipaserver/install/ipa_ldap_updater.py
+++ b/ipaserver/install/ipa_ldap_updater.py
@@ -208,7 +208,7 @@ class LDAPUpdater_NonUpgrade(LDAPUpdater):
if not self.files:
self.files = ld.get_all_files(UPDATES_DIR)
- modified = ld.update(self.files, ordered=True) or modified
+ modified = ld.update(self.files) or modified
if modified and options.test:
self.log.info('Update complete, changes to be made, test mode')