diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2013-04-12 09:40:24 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2013-04-12 09:40:24 -0700 |
commit | 85cf0e69bfc5e4645aa6772aa15688875b7c8889 (patch) | |
tree | bd63a1188e5103da4951ea43f5f95eb6cbeba08b /README.markdown | |
parent | 62bcb8fcf0d20fc5ddc41eb4cd5d4cfc6cba4c37 (diff) | |
parent | 5a2d4c4a68f75a180804768e9504e1f4e3c9f9ae (diff) |
Merge pull request #144 from ghoneycutt/compat_matrix
adds compatibility matrix
Diffstat (limited to 'README.markdown')
-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. |