diff options
-rw-r--r-- | manifests/subsystems/utils.pp | 4 |
1 files changed, 2 insertions, 2 deletions
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, } } |