Mercurial > repos > other > Puppet
changeset 188:91d4b88b7568 puppet-3.6
Add custom IBBoard repo again
Used for fail2ban 0.10, because we can't shutdown in a timely manner
with 0.9 and they claim better performance in 0.10
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 10 Feb 2019 16:12:45 +0000 |
parents | 6c260427a94c |
children | 3c03d3d03656 |
files | manifests/templates.pp |
diffstat | 1 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Sat Feb 02 16:30:40 2019 +0000 +++ b/manifests/templates.pp Sun Feb 10 16:12:45 2019 +0000 @@ -191,7 +191,15 @@ source => 'puppet:///common/RPM-GPG-KEY-EPEL-6' } yumrepo { 'ibboard': - ensure => absent + baseurl => 'https://download.opensuse.org/repositories/home:/IBBoard:/server/CentOS_7/', + descr => 'Extra packages from IBBoard', + enabled => 1, + gpgcheck => 1, + gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ibboard', + } + file { '/etc/pki/rpm-gpg/RPM-GPG-KEY-ibboard': + ensure => present, + source => 'puppet:///common/RPM-GPG-KEY-ibboard' } yumrepo { 'webtatic': mirrorlist => 'http://mirror.webtatic.com/yum/el$releasever/$basearch/mirrorlist',