From 2b5f08c3eade92b9054f6e9206be30667974a665 Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Tue, 13 Jan 2015 15:05:10 +0100 Subject: [PATCH] Install generic latest puppet release repository We need the latest version of puppet-release or we would not be able to pull up the right ruby version to install OpenShift. Change-Id: Ic7ad9ff7645c97133f4f69df839c9a2d33098476 --- openshift-origin/centos65/OpenShift-1B1N.yaml | 4 ++-- openshift-origin/centos65/OpenShift.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openshift-origin/centos65/OpenShift-1B1N.yaml b/openshift-origin/centos65/OpenShift-1B1N.yaml index 6f1e210f..3f3e1654 100644 --- a/openshift-origin/centos65/OpenShift-1B1N.yaml +++ b/openshift-origin/centos65/OpenShift-1B1N.yaml @@ -65,7 +65,7 @@ resources: #!/bin/bash -v 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 http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm yum -y install augeas augtool setm /files/etc/yum.repos.d/puppetlabs.repo/* exclude '*mcollective*\ activemq' @@ -120,7 +120,7 @@ resources: #!/bin/bash -v 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 http://yum.puppetlabs.com/puppetlabs-release-el-6.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 b516cce1..bb8f4d20 100644 --- a/openshift-origin/centos65/OpenShift.yaml +++ b/openshift-origin/centos65/OpenShift.yaml @@ -40,7 +40,7 @@ resources: #!/bin/bash -v 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 http://yum.puppetlabs.com/puppetlabs-release-el-6.noarch.rpm yum -y install augeas augtool setm /files/etc/yum.repos.d/puppetlabs.repo/* exclude '*mcollective*\ activemq'