Project

General

Profile

Download (193 Bytes) Statistics
| Branch: | Tag: | Revision:
# Enable and start dns service
class dns::service {
service { $dns::namedservicename:
ensure => running,
enable => true,
hasstatus => true,
hasrestart => true,
}
}
(5-5/6)