summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <h.haugen@gmail.com>2012-10-09 08:38:46 -0700
committerHunter Haugen <h.haugen@gmail.com>2012-10-09 08:38:46 -0700
commit42fa1a9c2ecd8c0aebfd37bcb3fc22a36d6d5947 (patch)
tree13994ec5b97253818062c72ad3c1218e2798a2eb
parent3439aa863b7041aa4f17fc52bc14d08e7e608b7a (diff)
parent4199f85bc8d07e1601f3b6937d3292a64983317a (diff)
Merge pull request #7 from brhelwig/master
Data class error message reports operatingsystem instead of osfamily.
-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") }
}
}