(MODULES-5501) - Remove unsupported Ubuntu
[puppet-modules/puppetlabs-apt.git] / manifests / params.pp
index 8fd658b90d6761c02b423662271523cc97afa27e..87c4a2b6b1a25e0208528519c2279e17ef26d76d 100644 (file)
@@ -39,6 +39,7 @@ class apt::params {
 
   $update_defaults = {
     'frequency' => 'reluctantly',
+    'loglevel'  => undef,
     'timeout'   => undef,
     'tries'     => undef,
   }
@@ -119,7 +120,7 @@ class apt::params {
       }
     }
     undef: {
-      fail('Unable to determine full release number')
+      fail('Unable to determine value for fact os["name"]')
     }
     default: {
       $ppa_options = undef