]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding iptraf and htop into utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Aug 2012 03:13:12 +0000 (00:13 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Aug 2012 03:13:12 +0000 (00:13 -0300)
manifests/subsystems/utils/physical.pp

index aea25e9c4fc96460253480ba5f1b58f53375ce04..a12a99b92868bbd8f7b7ed3dfc2d3ace3656da22 100644 (file)
@@ -1,6 +1,6 @@
 # Common utilities for physical
 class utils::physical {
-  package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted', 'iftop' ]:
+  package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop' ]:
     ensure => installed,
   }
 }