From 79237c347a35d98629ce1ca79f69de81c9874ee0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 22 Dec 2011 13:57:13 -0200 Subject: Minor fix --- manifests/subsystems/utils/debian.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/subsystems/utils/debian.pp b/manifests/subsystems/utils/debian.pp index e31011b..727e5c6 100644 --- a/manifests/subsystems/utils/debian.pp +++ b/manifests/subsystems/utils/debian.pp @@ -67,7 +67,7 @@ class utils::personal::debian { } # Custom: might not be available in the official repositories - package { [ 'kedpm', 'torchat': + package { [ 'kedpm', 'torchat' ]: ensure => installed, } -- cgit v1.2.3