From c4e1f7da82af189fe739c4c28ba78cc2d200a425 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 4 Feb 2013 14:04:11 +0100 Subject: [PATCH] bind ratelimit repo --- modules/named/manifests/init.pp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/named/manifests/init.pp b/modules/named/manifests/init.pp index a9a200f1e..1ce12c907 100644 --- a/modules/named/manifests/init.pp +++ b/modules/named/manifests/init.pp @@ -2,6 +2,12 @@ class named { munin::check { 'bind': } + site::aptrepo { 'bind-ratelimit': + url => 'http://db.debian.org/debian-admin', + suite => 'bind-ratelimit', + components => 'main', + } + package { 'bind9': ensure => installed } -- 2.20.1