aboutsummaryrefslogtreecommitdiff
path: root/manifests/proxy-client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/proxy-client.pp')
-rw-r--r--manifests/proxy-client.pp16
1 files changed, 0 insertions, 16 deletions
diff --git a/manifests/proxy-client.pp b/manifests/proxy-client.pp
deleted file mode 100644
index 30bda8a..0000000
--- a/manifests/proxy-client.pp
+++ /dev/null
@@ -1,16 +0,0 @@
-class apt::proxy-client {
-
- $real_apt_proxy = $apt_proxy ? {
- "" => "localhost",
- default => $apt_proxy
- }
-
- $real_apt_proxy_port = $apt_proxy_port ? {
- "" => "3142",
- default => $apt_proxy_port
- }
-
- apt_conf_snippet { "20proxy":
- content => template("apt/20proxy.erb"),
- }
-}