summaryrefslogtreecommitdiff
path: root/puppet/modules/apt/manifests/proxy_client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/apt/manifests/proxy_client.pp')
m---------puppet/modules/apt0
-rw-r--r--puppet/modules/apt/manifests/proxy_client.pp9
2 files changed, 9 insertions, 0 deletions
diff --git a/puppet/modules/apt b/puppet/modules/apt
deleted file mode 160000
-Subproject 33c61e8df59db1abbed379a9e9790946060a8f1
diff --git a/puppet/modules/apt/manifests/proxy_client.pp b/puppet/modules/apt/manifests/proxy_client.pp
new file mode 100644
index 00000000..9ba79f23
--- /dev/null
+++ b/puppet/modules/apt/manifests/proxy_client.pp
@@ -0,0 +1,9 @@
+class apt::proxy_client(
+ $proxy = 'http://localhost',
+ $port = '3142',
+){
+
+ apt_conf { '20proxy':
+ content => template('apt/20proxy.erb'),
+ }
+}