summaryrefslogtreecommitdiff
path: root/manifests/proxy_client.pp
diff options
context:
space:
mode:
authorLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:37:05 -0500
committerLouis-Philippe VĂ©ronneau <pollito@riseup.net>2016-12-22 21:37:05 -0500
commitef6036e879f894697a03459501a994af930dc4f6 (patch)
tree02c613ffc19e3c300279750a2152e4fa222d3792 /manifests/proxy_client.pp
parent9493b62187b814e872eb27f4a6a18c53b5076906 (diff)
harmonize variable alignment
Diffstat (limited to 'manifests/proxy_client.pp')
-rw-r--r--manifests/proxy_client.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/proxy_client.pp b/manifests/proxy_client.pp
index e7972f7..0793878 100644
--- a/manifests/proxy_client.pp
+++ b/manifests/proxy_client.pp
@@ -1,7 +1,7 @@
-class apt::proxy_client(
+class apt::proxy_client (
$proxy = 'http://localhost',
- $port = '3142',
-){
+ $port = '3142',
+) {
::apt::apt_conf { '20proxy':
content => template('apt/20proxy.erb'),