apt: Add proxy support on the class.
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index 3c169e3fcfa8c05a32e395f0fee531f9dd6ae8fc..eda6adc93b3e4cd812a88484b7daab9b5db9f673 100644 (file)
@@ -31,9 +31,10 @@ class apt::params {
     }
   }
 
-  $proxy = {
-    'host' => undef,
-    'port' => 8080,
+  $proxy_defaults = {
+    'host'  => undef,
+    'port'  => 8080,
+    'https' => false,
   }
 
   $file_defaults = {