summaryrefslogtreecommitdiff
path: root/openshift-origin
diff options
context:
space:
mode:
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'