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

= 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",
  }
}