]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
bind ratelimit repo
authorPeter Palfrader <peter@palfrader.org>
Mon, 4 Feb 2013 13:04:11 +0000 (14:04 +0100)
committerPeter Palfrader <peter@palfrader.org>
Mon, 4 Feb 2013 13:04:11 +0000 (14:04 +0100)
modules/named/manifests/init.pp

index a9a200f1ec092296f4673e1972d4c72496e39159..1ce12c90778934317edbd658c143f627864a8575 100644 (file)
@@ -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
        }