diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:17:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-23 16:17:12 -0200 |
commit | 9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8 (patch) | |
tree | 838cf66ec387abfc8427730cd73e49be17796f14 /manifests/role/proxy.pp | |
parent | 2d053fa3f48e85f99b06913110c23900a5d1dc20 (diff) | |
download | puppet-nodo-9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8.tar.gz puppet-nodo-9b9f7da181c8b2d4ab2704df377fbc4b4d0c06d8.tar.bz2 |
Cleanup
Diffstat (limited to 'manifests/role/proxy.pp')
-rw-r--r-- | manifests/role/proxy.pp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/manifests/role/proxy.pp b/manifests/role/proxy.pp index 353751d..9473952 100644 --- a/manifests/role/proxy.pp +++ b/manifests/role/proxy.pp @@ -21,10 +21,4 @@ class nodo::role::proxy inherits nodo::base::vserver { ensure => running, require => Package['apt-cacher-ng'], } - - # TODO: apt-cacher-ng still too unstable - class { 'apt::proxy_client': - require => Service['apt-cacher-ng'], - ensure => absent, - } } |