summaryrefslogtreecommitdiff
path: root/openshift-origin
diff options
context:
space:
mode:
authoraweiteka <aweiteka@redhat.com>2014-04-04 11:07:56 -0400
committeraweiteka <aweiteka@redhat.com>2014-04-04 13:20:00 -0400
commit65a4f8bebc72da71c616e2e378b7b1ac354db1a3 (patch)
tree5de2bebb1939835addda04af9944dfa7619239c3 /openshift-origin
parent45602bf9980d9dd791de7ce181cac699d5fbace6 (diff)
downloadheat-templates-65a4f8bebc72da71c616e2e378b7b1ac354db1a3.tar.gz
Secure private repo files added to environment
The yum repo files had insecure settings for sslverify and gpgcheck. Also change references to http to https. Change-Id: I10cbc33a734f9ed36ef6f22174c65efaf3b659d7
Diffstat (limited to 'openshift-origin')
-rw-r--r--openshift-origin/centos65/OpenShift-1B1N.yaml8
-rw-r--r--openshift-origin/centos65/OpenShift.yaml4
2 files changed, 6 insertions, 6 deletions
diff --git a/openshift-origin/centos65/OpenShift-1B1N.yaml b/openshift-origin/centos65/OpenShift-1B1N.yaml
index 9528334..6f1e210 100644
--- a/openshift-origin/centos65/OpenShift-1B1N.yaml
+++ b/openshift-origin/centos65/OpenShift-1B1N.yaml
@@ -64,8 +64,8 @@ resources:
template: |
#!/bin/bash -v
- yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
- yum -y install http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
+ yum -y install https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
+ yum -y install https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
yum -y install augeas
augtool setm /files/etc/yum.repos.d/puppetlabs.repo/* exclude '*mcollective*\ activemq'
@@ -119,8 +119,8 @@ resources:
template: |
#!/bin/bash -v
- yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
- yum -y install http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
+ yum -y install https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
+ yum -y install https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
yum -y install augeas
augtool setm /files/etc/yum.repos.d/puppetlabs.repo/* exclude '*mcollective*\ activemq'
diff --git a/openshift-origin/centos65/OpenShift.yaml b/openshift-origin/centos65/OpenShift.yaml
index 69672c7..b516cce 100644
--- a/openshift-origin/centos65/OpenShift.yaml
+++ b/openshift-origin/centos65/OpenShift.yaml
@@ -39,8 +39,8 @@ resources:
template: |
#!/bin/bash -v
- yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
- yum -y install http://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
+ yum -y install https://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
+ yum -y install https://yum.puppetlabs.com/el/6/products/x86_64/puppetlabs-release-6-10.noarch.rpm
yum -y install augeas
augtool setm /files/etc/yum.repos.d/puppetlabs.repo/* exclude '*mcollective*\ activemq'