aboutsummaryrefslogtreecommitdiff
path: root/manifests/role/proxy.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-23 14:49:21 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-23 14:49:21 -0200
commite3ff3eb91151f5dcd1da0a16c3b2dec6e410a18e (patch)
tree08b70545d1fca67378875375011c78944ce49cc4 /manifests/role/proxy.pp
parent5a8ec36de973e6e40188c9ad98625e4c50daf630 (diff)
downloadpuppet-nodo-e3ff3eb91151f5dcd1da0a16c3b2dec6e410a18e.tar.gz
puppet-nodo-e3ff3eb91151f5dcd1da0a16c3b2dec6e410a18e.tar.bz2
Ensure the latest apt-cacher-ng package
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r--manifests/role/proxy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp
index c7d6ea7..5c6dbd7 100644
--- a/manifests/role/proxy.pp
+++ b/manifests/role/proxy.pp
@@ -14,7 +14,7 @@ class nodo::role::proxy inherits nodo::base::vserver {
# Apt cacher
package { 'apt-cacher-ng':
- ensure => present,
+ ensure => latest,
}
service { 'apt-cacher-ng':