diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-09-21 10:21:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-09-21 10:21:41 -0300 |
commit | 7df70e4f60fe263ff49a3ea0df5c077cccc3eafe (patch) | |
tree | c557d3a72c605a4bf3ebcc41a8983da73a6f6494 /manifests/dns.pp | |
parent | 0a433adb3b0710b27ee217362e2aace14aabba33 (diff) | |
download | puppet-nodo-7df70e4f60fe263ff49a3ea0df5c077cccc3eafe.tar.gz puppet-nodo-7df70e4f60fe263ff49a3ea0df5c077cccc3eafe.tar.bz2 |
Moving dnstop to utils::dns
Diffstat (limited to 'manifests/dns.pp')
-rw-r--r-- | manifests/dns.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/dns.pp b/manifests/dns.pp index 6b31df8..bd9db5d 100644 --- a/manifests/dns.pp +++ b/manifests/dns.pp @@ -1,8 +1,4 @@ class nodo::dns inherits nodo::vserver { # Class for dns nodes include bind - - package { 'dnstop': - ensure => installed, - } } |