projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
actually reload ferm when the Ferm::Rules change
[mirror/dsa-puppet.git]
/
modules
/
named
/
manifests
/
recursor.pp
1
class named::recursor inherits named {
2
file {
3
"/etc/bind/named.conf.options":
4
content => template("named/named.conf.options.erb"),
5
notify => Exec["bind9 reload"];
6
}
7
}
8
9
10
# vim:set et:
11
# vim:set sts=4 ts=4:
12
# vim:set shiftwidth=4: