From: Silvio Rhatto Date: Thu, 22 Dec 2011 15:57:13 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=79237c347a35d98629ce1ca79f69de81c9874ee0;p=puppet-nodo.git Minor fix --- 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, }