diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 14:49:21 -0200 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 14:49:21 -0200 | 
| commit | e3ff3eb91151f5dcd1da0a16c3b2dec6e410a18e (patch) | |
| tree | 08b70545d1fca67378875375011c78944ce49cc4 | |
| parent | 5a8ec36de973e6e40188c9ad98625e4c50daf630 (diff) | |
| download | puppet-nodo-e3ff3eb91151f5dcd1da0a16c3b2dec6e410a18e.tar.gz puppet-nodo-e3ff3eb91151f5dcd1da0a16c3b2dec6e410a18e.tar.bz2 | |
Ensure the latest apt-cacher-ng package
| -rw-r--r-- | manifests/role/proxy.pp | 2 | 
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': | 
