diff options
author | Gabe <redhatrises@gmail.com> | 2015-11-04 19:09:58 -0700 |
---|---|---|
committer | Martin Basti <mbasti@redhat.com> | 2015-11-05 11:46:48 +0100 |
commit | 1e91ef33b522c3b316c7917379e56c168b1e2d52 (patch) | |
tree | db2ead2e749f9c37f80404988ecc437c7a9b07b2 | |
parent | a566657f9d73a01b08017d251c4a0776d46265e2 (diff) | |
download | freeipa-1e91ef33b522c3b316c7917379e56c168b1e2d52.tar.gz freeipa-1e91ef33b522c3b316c7917379e56c168b1e2d52.tar.xz freeipa-1e91ef33b522c3b316c7917379e56c168b1e2d52.zip |
custodia: ipa-upgrade failed on replica
- Add 73-custodia.update to install/updates/Makefile.am
https://fedorahosted.org/freeipa/ticket/5374
Reviewed-By: Martin Basti <mbasti@redhat.com>
-rw-r--r-- | install/updates/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 04ddeb96d..6c8fa11e5 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -51,6 +51,7 @@ app_DATA = \ 62-ranges.update \ 71-idviews.update \ 72-domainlevels.update \ + 73-custodia.update \ 73-winsync.update \ 90-post_upgrade_plugins.update \ $(NULL) |