summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
blob: 41e356eff7fde9a13e172271596f7bb5a97da87d (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',
    restart => '/etc/init.d/bind9 reload',
  }

}