summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorDominic Cleal <dominic@cleal.org>2016-09-02 10:19:44 +0100
committerDominic Cleal <dominic@cleal.org>2016-09-02 10:19:44 +0100
commit5ed9aaa80967f3e4a3cf4a171c9e0fe68f5a280d (patch)
tree55fcd983541ab49c3ff8d499d4a3a6a7024747bf /README.markdown
parent5de6783b2576d3764105250c19c4de7f8733abbb (diff)
Fix validate_legacy docs table formatting
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown1
1 files changed, 1 insertions, 0 deletions
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 |