summaryrefslogtreecommitdiff
path: root/puppet/modules/site_config/manifests/resolvconf.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-12-16 15:07:38 +0100
committervarac <varacanero@zeromail.org>2012-12-16 15:07:38 +0100
commit28745a2d4a0cdcf088af5240c67c77f0cde16bb4 (patch)
tree81b1c06798470cce49f3b05e07d4f84bd30de0db /puppet/modules/site_config/manifests/resolvconf.pp
parent98063e47889ad7a1b2fbb63513b428c2d53bd1f3 (diff)
named.options -> named.conf.options
Diffstat (limited to 'puppet/modules/site_config/manifests/resolvconf.pp')
-rw-r--r--puppet/modules/site_config/manifests/resolvconf.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/puppet/modules/site_config/manifests/resolvconf.pp b/puppet/modules/site_config/manifests/resolvconf.pp
index b70dfa1c..78f83a62 100644
--- a/puppet/modules/site_config/manifests/resolvconf.pp
+++ b/puppet/modules/site_config/manifests/resolvconf.pp
@@ -16,8 +16,8 @@ class site_config::resolvconf {
notify => Service['bind9'],
}
- file { '/etc/bind/named.options':
- source => 'puppet:///modules/site_config/named.options',
+ file { '/etc/bind/named.conf.options':
+ source => 'puppet:///modules/site_config/named.conf.options',
require => Package['bind9'],
notify => Service['bind9'],
}