diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-14 08:56:07 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2017-08-14 08:56:18 +0000 |
commit | 0d56f8d6a2b96d09c2f71ae73085d040b3012aa3 (patch) | |
tree | 8ebb6ef3f2367457257dd5df38a3f087a9abb88c | |
parent | 603b2d291d216c6169a25687c3c816f179636145 (diff) | |
download | ansible-0d56f8d6a2b96d09c2f71ae73085d040b3012aa3.tar.gz ansible-0d56f8d6a2b96d09c2f71ae73085d040b3012aa3.tar.xz ansible-0d56f8d6a2b96d09c2f71ae73085d040b3012aa3.zip |
Use HTTPS for the repos
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | files/common/fedora-infra-tags-stg.repo | 4 | ||||
-rw-r--r-- | files/common/fedora-infra-tags.repo | 4 | ||||
-rw-r--r-- | files/common/rhel-infra-tags-stg.repo | 4 | ||||
-rw-r--r-- | files/common/rhel-infra-tags.repo | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/files/common/fedora-infra-tags-stg.repo b/files/common/fedora-infra-tags-stg.repo index 58be2b9c4..1a4b0d85d 100644 --- a/files/common/fedora-infra-tags-stg.repo +++ b/files/common/fedora-infra-tags-stg.repo @@ -1,6 +1,6 @@ [infrastructure-tags-stg] name=Fedora Infrastructure staging tag $releasever - $basearch -baseurl=http://infrastructure.fedoraproject.org/repo/infra/f$releasever-infra-stg/$basearch/ +baseurl=https://infrastructure.fedoraproject.org/repo/infra/f$releasever-infra-stg/$basearch/ enabled=1 gpgcheck=1 -gpgkey=http://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS +gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS diff --git a/files/common/fedora-infra-tags.repo b/files/common/fedora-infra-tags.repo index 2f5d4cc26..1ed309ca3 100644 --- a/files/common/fedora-infra-tags.repo +++ b/files/common/fedora-infra-tags.repo @@ -1,6 +1,6 @@ [infrastructure-tags] name=Fedora Infrastructure tag $releasever - $basearch -baseurl=http://infrastructure.fedoraproject.org/repo/infra/f$releasever-infra/$basearch/ +baseurl=https://infrastructure.fedoraproject.org/repo/infra/f$releasever-infra/$basearch/ enabled=1 gpgcheck=1 -gpgkey=http://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS +gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS diff --git a/files/common/rhel-infra-tags-stg.repo b/files/common/rhel-infra-tags-stg.repo index e7c91b47e..4f6de9efb 100644 --- a/files/common/rhel-infra-tags-stg.repo +++ b/files/common/rhel-infra-tags-stg.repo @@ -1,6 +1,6 @@ [infrastructure-tags-stg] name=Fedora Infrastructure tag $releasever - $basearch -baseurl=http://infrastructure.fedoraproject.org/repo/infra/epel$releasever-infra-stg/$basearch/ +baseurl=https://infrastructure.fedoraproject.org/repo/infra/epel$releasever-infra-stg/$basearch/ enabled=1 gpgcheck=1 -gpgkey=http://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS +gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS diff --git a/files/common/rhel-infra-tags.repo b/files/common/rhel-infra-tags.repo index 5c69703c4..ece3b4f9e 100644 --- a/files/common/rhel-infra-tags.repo +++ b/files/common/rhel-infra-tags.repo @@ -1,6 +1,6 @@ [infrastructure-tags] name=Fedora Infrastructure tag $releasever - $basearch -baseurl=http://infrastructure.fedoraproject.org/repo/infra/epel$releasever-infra/$basearch/ +baseurl=https://infrastructure.fedoraproject.org/repo/infra/epel$releasever-infra/$basearch/ enabled=1 gpgcheck=1 -gpgkey=http://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS +gpgkey=https://infrastructure.fedoraproject.org/repo/infra/RPM-GPG-KEY-INFRA-TAGS |