From: Silvio Rhatto Date: Wed, 21 Sep 2011 13:16:11 +0000 (-0300) Subject: Adding dnstop into nodo::dns X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=80975ef9fcce7c4e27dda3230c5dd9b8d64a9f1f;p=puppet-nodo.git Adding dnstop into nodo::dns --- 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, + } }