From 0002090d2632ed785daed7430afc318268dc3aba Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Thu, 25 Sep 2014 18:44:19 +0200 Subject: [PATCH] retire ratelimit bind repo --- modules/named/manifests/init.pp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/named/manifests/init.pp b/modules/named/manifests/init.pp index ee252e3c..c09a272d 100644 --- a/modules/named/manifests/init.pp +++ b/modules/named/manifests/init.pp @@ -2,9 +2,10 @@ class named { munin::check { 'bind': } site::aptrepo { 'bind-ratelimit': - url => 'http://db.debian.org/debian-admin', - suite => 'bind-ratelimit', - components => 'main', + ensure => absent, + #url => 'http://db.debian.org/debian-admin', + #suite => 'bind-ratelimit', + #components => 'main', } package { 'bind9': -- 2.39.2