diff options
-rw-r--r-- | manifests/dns.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/manifests/dns.pp b/manifests/dns.pp index bd9db5d..6b31df8 100644 --- a/manifests/dns.pp +++ b/manifests/dns.pp @@ -1,4 +1,8 @@ class nodo::dns inherits nodo::vserver { # Class for dns nodes include bind + + package { 'dnstop': + ensure => installed, + } } |