From 5ed9aaa80967f3e4a3cf4a171c9e0fe68f5a280d Mon Sep 17 00:00:00 2001 From: Dominic Cleal Date: Fri, 2 Sep 2016 10:19:44 +0100 Subject: Fix validate_legacy docs table formatting --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index 13a5b74..fc11a84 100644 --- a/README.markdown +++ b/README.markdown @@ -1395,6 +1395,7 @@ Many `validate_*` functions have surprising holes in their validation. For examp To start out, for each parameter of your classes and defines, you'll have to decide on a new Puppet 4 data type to use. In most cases the new data type will allow a different set of values than the original `validate_*` function (which is the point of the whole exercise). The situation then looks like this: | | `validate_` pass | `validate_` fail | +| ------------ | ---------------- | ---------------- | | matches type | pass | pass, notice | | fails type | pass, deprecated | fail | -- cgit v1.2.3