diff options
Diffstat (limited to 'manifests/role')
| -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, -  }  } | 
