From 28147a9549607400419890612904c03a0a4e74ed Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 8 May 2010 14:02:38 -0300 Subject: Adding acpi into utils::physical --- manifests/subsystems/utils.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/subsystems') diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 6c8c7a0..4a68bf0 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -7,7 +7,7 @@ class utils { # Common utilities for physical class utils::physical { - package { 'nload': + package { [ 'nload', 'acpid', 'acpi' ]: ensure => installed, } } -- cgit v1.2.3