From 4199f85bc8d07e1601f3b6937d3292a64983317a Mon Sep 17 00:00:00 2001 From: Brandon Helwig Date: Mon, 8 Oct 2012 21:13:27 -0700 Subject: Error message should contain the fact actually tested. --- manifests/data.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/data.pp b/manifests/data.pp index 6b27068..effa0f8 100644 --- a/manifests/data.pp +++ b/manifests/data.pp @@ -42,6 +42,6 @@ class haproxy::data { 'maxconn' => '8000' } } - default: { fail("The $::operatingsystem operating system is not supported with the haproxy module") } + default: { fail("The $::osfamily operating system is not supported with the haproxy module") } } } -- cgit v1.2.3