diff options
Diffstat (limited to 'manifests/subsystems/utils/physical.pp')
-rw-r--r-- | manifests/subsystems/utils/physical.pp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/manifests/subsystems/utils/physical.pp b/manifests/subsystems/utils/physical.pp deleted file mode 100644 index 3fbd28c..0000000 --- a/manifests/subsystems/utils/physical.pp +++ /dev/null @@ -1,13 +0,0 @@ -# Common utilities for physical -class utils::physical { - package { [ 'nload', 'acpid', 'slurm', 'ethtool', 'parted', 'iftop', 'iptraf', 'htop', 'sdparm' ]: - ensure => installed, - } - - package { 'acpi': - ensure => $::architecture ? { - 'armv5tel' => absent, - default => present, - } - } -} |