projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d220059
)
bind ratelimit repo
author
Peter Palfrader
<peter@palfrader.org>
Mon, 4 Feb 2013 13:04:11 +0000
(14:04 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Mon, 4 Feb 2013 13:04:11 +0000
(14:04 +0100)
modules/named/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/init.pp
b/modules/named/manifests/init.pp
index
a9a200f
..
1ce12c9
100644
(file)
--- 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
}