]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding parted into utils::physical
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Apr 2012 13:44:19 +0000 (10:44 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 10 Apr 2012 13:44:19 +0000 (10:44 -0300)
manifests/subsystems/utils/physical.pp

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