From 4fa661e528aa8e9d4ab1afbf90064e5705b88394 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 29 Aug 2011 13:28:51 -0300 Subject: Adding ethtool into utils::physical --- manifests/subsystems/utils/physical.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/utils/physical.pp b/manifests/subsystems/utils/physical.pp index 6bba5db..049c043 100644 --- a/manifests/subsystems/utils/physical.pp +++ b/manifests/subsystems/utils/physical.pp @@ -1,6 +1,6 @@ # Common utilities for physical class utils::physical { - package { [ 'nload', 'acpid', 'acpi', 'slurm' ]: + package { [ 'nload', 'acpid', 'acpi', 'slurm', 'ethtool' ]: ensure => installed, } } -- cgit v1.2.3