]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding dnstop into nodo::dns
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Sep 2011 13:16:11 +0000 (10:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 21 Sep 2011 13:16:11 +0000 (10:16 -0300)
manifests/dns.pp

index bd9db5d13177a6829c771dece2f08a06500d228d..6b31df85813e94bf2306de288b51919951447822 100644 (file)
@@ -1,4 +1,8 @@
 class nodo::dns inherits nodo::vserver {
   # Class for dns nodes
   include bind
+
+  package { 'dnstop':
+    ensure => installed,
+  }
 }