diff options
author | varac <varacanero@zeromail.org> | 2013-07-02 16:44:56 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-07-02 16:44:56 +0200 |
commit | 57b2c01c42cc47901bc39504bd5e776a7e3a9c6d (patch) | |
tree | 95f77c07199600dbea60a27f418af3e30fced3b9 /puppet/modules | |
parent | 9a522267068a1bcede55ba388d526ddc263d155f (diff) |
deleted bind9 purging, it was only needed for the transition from bind to unbound
Diffstat (limited to 'puppet/modules')
-rw-r--r-- | puppet/modules/site_config/manifests/resolvconf.pp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/puppet/modules/site_config/manifests/resolvconf.pp b/puppet/modules/site_config/manifests/resolvconf.pp index d73f0b78..271c5043 100644 --- a/puppet/modules/site_config/manifests/resolvconf.pp +++ b/puppet/modules/site_config/manifests/resolvconf.pp @@ -1,16 +1,5 @@ class site_config::resolvconf { - # bind9 purging can be taken out after some time - package { 'bind9': - ensure => absent, - } - file { '/etc/default/bind9': - ensure => absent; - } - file { '/etc/bind/named.conf.options': - ensure => absent; - } - $domain_public = $site_config::default::domain_hash['full_suffix'] # 127.0.0.1: caching-only local bind |