diff options
author | Garrett Honeycutt <code@garretthoneycutt.com> | 2013-04-12 13:04:15 +0200 |
---|---|---|
committer | Garrett Honeycutt <code@garretthoneycutt.com> | 2013-04-12 13:04:15 +0200 |
commit | 5a2d4c4a68f75a180804768e9504e1f4e3c9f9ae (patch) | |
tree | bd63a1188e5103da4951ea43f5f95eb6cbeba08b | |
parent | 62bcb8fcf0d20fc5ddc41eb4cd5d4cfc6cba4c37 (diff) |
adds compatibility matrix
-rw-r--r-- | README.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown index fb6e585..0efaf16 100644 --- a/README.markdown +++ b/README.markdown @@ -40,6 +40,12 @@ Enterprise 1.2. # Compatibility # +Puppet Versions | < 2.6 | 2.6 | 2.7 | 3.x | +:---------------|:-----:|:---:|:---:|:----: +**stdlib 2.x** | no | **yes** | **yes** | no +**stdlib 3.x** | no | no | **yes** | **yes** +**stdlib 4.x** | no | no | no | **yes** + The stdlib module does not work with Puppet versions released prior to Puppet 2.6.0. |