comparison manifests/templates.pp @ 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 c6b1b42f3e4b
children 0d829df9cd39
comparison
equal deleted inserted replaced
158:13f937ea8e3e 159:37af6ee4d5ae
199 gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6', 199 gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6',
200 } 200 }
201 file { '/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6': 201 file { '/etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6':
202 ensure => present, 202 ensure => present,
203 source => 'puppet:///common/RPM-GPG-KEY-EPEL-6' 203 source => 'puppet:///common/RPM-GPG-KEY-EPEL-6'
204 }
205 yumrepo { 'ibboard':
206 baseurl => 'http://download.opensuse.org/repositories/home:/IBBoard:/server/CentOS_CentOS-$releasever/',
207 descr => 'IBBoard Server',
208 enabled => 1,
209 gpgcheck => 1,
210 gpgkey => 'file:///etc/pki/rpm-gpg/RPM-GPG-KEY-IBBoard-OBS',
211 }
212 file { '/etc/pki/rpm-gpg/RPM-GPG-KEY-IBBoard-OBS':
213 ensure => present,
214 source => 'puppet:///common/RPM-GPG-KEY-IBBoard-OBS',
215 before => YumRepo['ibboard'],
216 } 204 }
217 yumrepo { 'webtatic': 205 yumrepo { 'webtatic':
218 mirrorlist => 'http://mirror.webtatic.com/yum/el$releasever/$basearch/mirrorlist', 206 mirrorlist => 'http://mirror.webtatic.com/yum/el$releasever/$basearch/mirrorlist',
219 descr => "Webtatic Packages for Enterprise Linux", 207 descr => "Webtatic Packages for Enterprise Linux",
220 enabled => 1, 208 enabled => 1,