Puppet Class: isp3node::bind
- Defined in:
- manifests/bind.pp
Summary
Install and configure BIND DNS ServerOverview
[View source]
5 6 7 |
# File 'manifests/bind.pp', line 5
class isp3node::bind {
include isp3node::bind::setup
}
|