diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-21 10:16:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-21 10:16:11 -0300 |
commit | 80975ef9fcce7c4e27dda3230c5dd9b8d64a9f1f (patch) | |
tree | 51b94d4d9af4b8a21f09c30082e2aa1173a99f76 | |
parent | fb35a2e67e0d34e02a800c7d580c161f80f7eeff (diff) | |
download | puppet-nodo-80975ef9fcce7c4e27dda3230c5dd9b8d64a9f1f.tar.gz puppet-nodo-80975ef9fcce7c4e27dda3230c5dd9b8d64a9f1f.tar.bz2 |
Adding dnstop into nodo::dns
-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, + } } |