# HG changeset patch # User IBBoard # Date 1549815165 0 # Node ID 91d4b88b7568daa4962a48651fa552c8f1dc40dd # Parent 6c260427a94c3b1f756fdb29718dbee9224e2df0 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 diff -r 6c260427a94c -r 91d4b88b7568 manifests/templates.pp --- 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',