diff options
| author | Micah Anderson <micah@leap.se> | 2015-06-23 14:32:59 -0400 | 
|---|---|---|
| committer | Micah Anderson <micah@leap.se> | 2015-06-23 14:32:59 -0400 | 
| commit | 1f57371c70590a14c60c6a12487095d5463e9fa8 (patch) | |
| tree | 63d2e90886c9bd496898e6d3e71b8341e279bff0 /puppet/modules | |
| parent | 9e1a53d33e936507785d9a610d3b86956a2f1739 (diff) | |
Remove old clean-up, this is no longer necessary
Change-Id: I4e8fe3355a2d55193ebf745de1f932a6dcd6121c
Diffstat (limited to 'puppet/modules')
| -rw-r--r-- | puppet/modules/site_config/manifests/caching_resolver.pp | 10 | 
1 files changed, 0 insertions, 10 deletions
| diff --git a/puppet/modules/site_config/manifests/caching_resolver.pp b/puppet/modules/site_config/manifests/caching_resolver.pp index 1b8bd1a2..abcda1d8 100644 --- a/puppet/modules/site_config/manifests/caching_resolver.pp +++ b/puppet/modules/site_config/manifests/caching_resolver.pp @@ -12,16 +12,6 @@ class site_config::caching_resolver {    include site_apt::preferences::unbound -  file { -    # cleanup from how we used to do it -    '/etc/unbound/conf.d': -      force   => true, -      ensure  => absent; - -    '/etc/unbound/conf.d/placeholder': -      ensure  => absent; -  } -    class { 'unbound':      root_hints => false,      anchor     => false, | 
