diff options
author | David Schmitt <david.schmitt@puppet.com> | 2016-09-02 17:49:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-02 17:49:28 +0200 |
commit | 56c9587e1124bebd88017e8dd82c1d6e584c7d97 (patch) | |
tree | 55fcd983541ab49c3ff8d499d4a3a6a7024747bf | |
parent | 5de6783b2576d3764105250c19c4de7f8733abbb (diff) | |
parent | 5ed9aaa80967f3e4a3cf4a171c9e0fe68f5a280d (diff) |
Merge pull request #647 from domcleal/validate-legacy-table-formatting
Fix validate_legacy docs table formatting
-rw-r--r-- | README.markdown | 1 |
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 | |