summaryrefslogtreecommitdiff
path: root/manifests/data.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/data.pp')
-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") }
}
}