diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-05-18 14:14:59 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-05-26 16:51:49 -0400 |
commit | 72421b3f6afd8a1e11ab0f3f05f62fdbb3e6cf18 (patch) | |
tree | 3c457f9181a92529aab9a5e24fab7e230fcbeec7 /roles | |
parent | 7d1481eba39c61c51708e42c9bfe043e6d789d06 (diff) | |
download | openshift-72421b3f6afd8a1e11ab0f3f05f62fdbb3e6cf18.tar.gz openshift-72421b3f6afd8a1e11ab0f3f05f62fdbb3e6cf18.tar.bz2 openshift-72421b3f6afd8a1e11ab0f3f05f62fdbb3e6cf18.tar.xz openshift-72421b3f6afd8a1e11ab0f3f05f62fdbb3e6cf18.zip |
temporarily disable gpg checking until we have a way to cleanly enable it
Diffstat (limited to 'roles')
-rw-r--r-- | roles/openshift_repos/files/origin/repos/centos-origin.repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_repos/files/origin/repos/centos-origin.repo b/roles/openshift_repos/files/origin/repos/centos-origin.repo index 169c5d8a5..77c0c7c71 100644 --- a/roles/openshift_repos/files/origin/repos/centos-origin.repo +++ b/roles/openshift_repos/files/origin/repos/centos-origin.repo @@ -2,4 +2,4 @@ name=CentOS OpenShift Origin baseurl=http://mirror.centos.org/centos/7/paas/x86_64/openshift-origin/ enabled=1 -gpgcheck=1 +gpgcheck=0 |