Switch trunk/cbs/buildlogs to use https

There is a permanent redirection from http to https in buildlogs, cbs
and trunk repos that might create issues when the redirection fails for
some reasons.
Let's use https directly.

Change-Id: I0a0f3616c905e81b60ddd49d5fc996cfc1c4f73d
This commit is contained in:
Emilien Macchi 2017-03-21 08:24:41 -04:00
parent 1360b67c50
commit 0ab0f3f3a0
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ not on ${::operatingsystem}, which can lead to packaging issues.")
}
yumrepo { 'ceph-jewel-sig':
enabled => '1',
baseurl => 'http://buildlogs.centos.org/centos/7/storage/x86_64/ceph-jewel/',
baseurl => 'https://buildlogs.centos.org/centos/7/storage/x86_64/ceph-jewel/',
descr => 'Ceph Jewel SIG',
mirrorlist => 'absent',
gpgcheck => '0',