From: Silvio Rhatto Date: Fri, 18 Jan 2013 16:53:41 +0000 (-0200) Subject: Rollback X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a7cbb0a0e2136d466efc63a422cb7528d082cc3a;p=puppet-nodo.git Rollback --- diff --git a/manifests/subsystems/utils.pp b/manifests/subsystems/utils.pp index 8b78fc6..602de6f 100644 --- a/manifests/subsystems/utils.pp +++ b/manifests/subsystems/utils.pp @@ -20,7 +20,7 @@ class utils { } # Ensure we have the latest augeas as required by shorewall module - apt::upgrade_package { 'augeas-tools': - version => latest, + package { 'augeas-tools': + ensure => latest, } }