Mercurial > repos > other > Puppet
changeset 160:0d829df9cd39 puppet-3.6
Make the IBBoard repo config go away, rather than just leaving it undefined
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 01 Apr 2017 10:54:09 +0100 |
parents | 37af6ee4d5ae |
children | d2b4750e843a |
files | manifests/templates.pp |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/manifests/templates.pp Fri Mar 31 21:00:58 2017 +0100 +++ b/manifests/templates.pp Sat Apr 01 10:54:09 2017 +0100 @@ -202,6 +202,9 @@ ensure => present, source => 'puppet:///common/RPM-GPG-KEY-EPEL-6' } + yumrepo { 'ibboard': + ensure => absent + } yumrepo { 'webtatic': mirrorlist => 'http://mirror.webtatic.com/yum/el$releasever/$basearch/mirrorlist', descr => "Webtatic Packages for Enterprise Linux",