Repository: ambari Updated Branches: refs/heads/branch-2.5 72a348c37 -> 8f0a0ae41
AMBARI-19020. Ubuntu14/16 Add Support for Zookeeper on HDP 2.5 (Duc Le via ncole) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8f0a0ae4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8f0a0ae4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8f0a0ae4 Branch: refs/heads/branch-2.5 Commit: 8f0a0ae41270c231b1b62df7e20071b5372b8036 Parents: 72a348c Author: Nate Cole <[email protected]> Authored: Fri Dec 2 13:23:36 2016 -0500 Committer: Nate Cole <[email protected]> Committed: Fri Dec 2 13:25:12 2016 -0500 ---------------------------------------------------------------------- .../main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8f0a0ae4/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml index 525078e..cbb5ba2 100644 --- a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml +++ b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.6/metainfo.xml @@ -35,7 +35,7 @@ </packages> </osSpecific> <osSpecific> - <osFamily>ubuntu12</osFamily> + <osFamily>ubuntu12,ubuntu14,ubuntu16</osFamily> <packages> <package> <name>zookeeper-${stack_version}</name>
