]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding iftop into utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 15 Aug 2012 02:40:12 +0000 (23:40 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 15 Aug 2012 02:40:12 +0000 (23:40 -0300)
manifests/subsystems/utils/physical.pp

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