diff options
Diffstat (limited to 'manifests/subsystems')
-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 602de6f..8b78fc6 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 - package { 'augeas-tools': - ensure => latest, + apt::upgrade_package { 'augeas-tools': + version => latest, } } |