Remove update bundler
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index 28ddd95382b48956fd963605d9d2ae4389e9e114..c11deba5ccf68f32a0277d43933cbd42c8eb8e86 100644 (file)
@@ -1,3 +1,4 @@
+# Setting params for the module
 class apt::params {
 
   if $::osfamily != 'Debian' {
@@ -49,6 +50,7 @@ class apt::params {
     'host'   => undef,
     'port'   => 8080,
     'https'  => false,
+    'direct' => false,
   }
 
   $purge_defaults = {
@@ -102,7 +104,7 @@ class apt::params {
           $ppa_options        = '-y'
           $ppa_package        = 'python-software-properties'
         }
-        '14.04', '14.10', '15.04', '15.10': {
+        '14.04', '14.10', '15.04', '15.10', '16.04': {
           $ppa_options        = '-y'
           $ppa_package        = 'software-properties-common'
         }