aboutsummaryrefslogtreecommitdiff
path: root/manifests/subsystems/utils.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-01-18 14:53:41 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-01-18 14:53:41 -0200
commita7cbb0a0e2136d466efc63a422cb7528d082cc3a (patch)
tree6cdcdfb4ac71ae28fd3e7df9e98bdcb060a614e1 /manifests/subsystems/utils.pp
parentca7fef7b7f66377e7027421029a6b13e3a14e4c0 (diff)
downloadpuppet-nodo-a7cbb0a0e2136d466efc63a422cb7528d082cc3a.tar.gz
puppet-nodo-a7cbb0a0e2136d466efc63a422cb7528d082cc3a.tar.bz2
Rollback
Diffstat (limited to 'manifests/subsystems/utils.pp')
-rw-r--r--manifests/subsystems/utils.pp4
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,
}
}