changeset 159:37af6ee4d5ae puppet-3.6

IBBoard repo is no longer necessary and has been removed!
author IBBoard <dev@ibboard.co.uk>
date Fri, 31 Mar 2017 21:00:58 +0100
parents 13f937ea8e3e
children 0d829df9cd39
files manifests/templates.pp
diffstat 1 files changed, 0 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/manifests/templates.pp	Thu Mar 30 21:00:21 2017 +0100
+++ b/manifests/templates.pp	Fri Mar 31 21:00:58 2017 +0100
@@ -202,18 +202,6 @@
 		ensure => present,
 		source => 'puppet:///common/RPM-GPG-KEY-EPEL-6'
 	}
-	yumrepo { 'ibboard':
-		baseurl => 'http://download.opensuse.org/repositories/home:/IBBoard:/server/CentOS_CentOS-$releasever/',
-		descr => 'IBBoard Server',
-		enabled => 1,
-		gpgcheck => 1,
-		gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-IBBoard-OBS',
-	}
-	file { '/etc/pki/rpm-gpg/RPM-GPG-KEY-IBBoard-OBS':
-		ensure => present,
-		source => 'puppet:///common/RPM-GPG-KEY-IBBoard-OBS',
-		before => YumRepo['ibboard'],
-	}
 	yumrepo { 'webtatic':
 		mirrorlist => 'http://mirror.webtatic.com/yum/el$releasever/$basearch/mirrorlist',
 		descr => "Webtatic Packages for Enterprise Linux",