summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
blob: 74f89b06098c4475b05ee05e1412b6f55e2cebe8 (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/named reload',
  }

}