summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Helwig <brhelwig@brhelwig.com>2012-10-08 21:13:27 -0700
committerBrandon Helwig <brhelwig@brhelwig.com>2012-10-08 21:14:04 -0700
commit4199f85bc8d07e1601f3b6937d3292a64983317a (patch)
tree13994ec5b97253818062c72ad3c1218e2798a2eb
parent3439aa863b7041aa4f17fc52bc14d08e7e608b7a (diff)
Error message should contain the fact actually tested.
-rw-r--r--manifests/data.pp2
1 files changed, 1 insertions, 1 deletions
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") }
}
}