From b06d5f0a6b64a0a8c68f3553840edbe6921992ff Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Mar 2013 21:01:03 -0300 Subject: Adding cryptsetup and u-boot into utils::plug --- manifests/subsystems/utils/plug.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/subsystems/utils/plug.pp b/manifests/subsystems/utils/plug.pp index 12fed33..d2fb9f7 100644 --- a/manifests/subsystems/utils/plug.pp +++ b/manifests/subsystems/utils/plug.pp @@ -1,6 +1,6 @@ # Common utilities for plug computers class utils::plug { - package { 'mtd-utils': + package { [ 'mtd-utils', 'cryptsetup', 'u-boot' ]: ensure => installed, } } -- cgit v1.2.3