From aea4731dc749ce896cfec0e194a80da86734e66d Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Fri, 26 May 2017 09:51:10 -0700 Subject: [PATCH] (maint) fix incorrect error message this failure is related to os.name, not os.release.full --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.32.3