diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 14:53:41 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-18 14:53:41 -0200 |
commit | a7cbb0a0e2136d466efc63a422cb7528d082cc3a (patch) | |
tree | 6cdcdfb4ac71ae28fd3e7df9e98bdcb060a614e1 /manifests/subsystems | |
parent | ca7fef7b7f66377e7027421029a6b13e3a14e4c0 (diff) | |
download | puppet-nodo-a7cbb0a0e2136d466efc63a422cb7528d082cc3a.tar.gz puppet-nodo-a7cbb0a0e2136d466efc63a422cb7528d082cc3a.tar.bz2 |
Rollback
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 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, } } |