Merge "Fix incorrect ambari repo link"

This commit is contained in:
Jenkins 2016-09-08 07:57:01 +00:00 committed by Gerrit Code Review
commit b07d4e19fa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ case "${DISTRO_NAME}" in
wget http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/$DIB_AMBARI_VERSION/ambari.repo -O /etc/yum.repos.d/ambari.repo
;;
ubuntu )
wget http://public-repo-1.hortonworks.com/ambari/ubuntu12/2.x/updates/$DIB_AMBARI_VERSION/ambari.list -O /etc/apt/sources.list.d/ambari.list
wget http://public-repo-1.hortonworks.com/ambari/ubuntu14/2.x/updates/$DIB_AMBARI_VERSION/ambari.list -O /etc/apt/sources.list.d/ambari.list
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com B9733A7A07513CAD
;;
esac