Disable epel

This commit is contained in:
vic
2012-11-14 22:30:45 +04:00
parent 7449fa8b59
commit 806d7bfc1c

View File

@@ -27,7 +27,7 @@ class openstack::mirantis_repos (
repo_name => 'openstack-epel-fuel',
# location => $repo_baseurl,
mirrorlist => $mirrorlist,
key_source => "https://fedoraproject.org/static/0608B895.txt\n http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6\n http://download.mirantis.com/epel-fuel/rabbit.key",
key_source => "https://fedoraproject.org/static/0608B895.txt\n http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-6\n http://download.mirantis.com/epel-fuel-folsom/rabbit.key",
stage => 'openstack-custom-repo',
gpgcheck => '0'
}