From: Eric Putnam Date: Fri, 26 May 2017 16:51:10 +0000 (-0700) Subject: (maint) fix incorrect error message X-Git-Tag: 4.2.0~23^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=aea4731dc749ce896cfec0e194a80da86734e66d;p=puppet-modules%2Fpuppetlabs-apt.git (maint) fix incorrect error message this failure is related to os.name, not os.release.full --- diff --git a/manifests/params.pp b/manifests/params.pp index 8fd658b..bcff6bd 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -119,7 +119,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