Actions
Bug #3251
closedPlugins repo definition is unsigned, should not have gpgcheck=1
Description
$ cat /etc/yum.repos.d/foreman-plugins.repo [foreman-plugins] name=Foreman plugins 1.3 baseurl=http://yum.theforeman.org/plugins/1.3/el6/$basearch enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-foreman
We don't sign the plugins repo at the moment because there's not much manual intervention in creating it, so this should continue to have gpgcheck=0.
Actions