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:
677f1c3
)
retire ratelimit bind repo
author
Peter Palfrader
<peter@palfrader.org>
Thu, 25 Sep 2014 16:44:19 +0000
(18:44 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 25 Sep 2014 16:44:19 +0000
(18:44 +0200)
modules/named/manifests/init.pp
patch
|
blob
|
history
diff --git
a/modules/named/manifests/init.pp
b/modules/named/manifests/init.pp
index
ee252e3
..
c09a272
100644
(file)
--- 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':