From 75a7d2f73678fe37ee63451fba9343e1e3a81fad Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Sat, 6 Jun 2015 16:34:01 -0700 Subject: [PATCH] add Puppet Version Compatibility subsection to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e2b0696..bdd25c2 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Puppet udev Module * [Manually triggering a `udev` device rules reload](#manually-triggering-a-udev-device-rules-reload) 4. [Limitations](#limitations) * [Tested Platforms](#tested-platforms) + * [Puppet Version Compatibility](#puppet-version-compatibility) 5. [Versioning](#versioning) 6. [Support](#support) 7. [Contributing](#contributing) @@ -115,6 +116,13 @@ file (one without any fragments). * el5.x * Debian/Ubuntu +### Puppet Version Compatibility + +Versions | Puppet 2.7 | Puppet 3.x | Puppet 4.x +:--------|:----------:|:----------:|:----------: +**1.x** | **yes** | **yes** | no +**2.x** | no | **yes** | **yes** + Versioning ----------