summaryrefslogtreecommitdiff
path: root/manifests/classes/bind-debian.pp
blob: 7b752aededdc422924e2940ef43e504e0f8e6985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*

= Class: bind::debian
Special debian class - inherits from bind::base

You should not include this class - please refer to Class["bind"]

*/
class bind::debian inherits bind::base {
  Service["bind9"] {
    pattern => "/usr/sbin/named",
    restart => "/etc/init.d/bind9 reload",
  }
}