summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Haskel <morgan@puppetlabs.com>2014-12-16 10:09:08 -0800
committerMorgan Haskel <morgan@puppetlabs.com>2014-12-16 10:09:08 -0800
commit6237446582d71aa722b71ad8873f63c0662b20f7 (patch)
tree3c3d8ea79d771bc03749b5baf7ce0e0e57fba3de
parent8e9fa0ca43c8534acc8742b61260ca65525b573a (diff)
parent294b8b572dfeb14555c40737eed2491e7837ef29 (diff)
Merge pull request #373 from jbondpdx/stdlib-readme-fix
Add to Readme: Stdlib no longer ships with PE
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 78839c6..b7824ff 100644
--- a/README.markdown
+++ b/README.markdown
@@ -27,6 +27,8 @@ modules. Puppet modules make heavy use of this standard library. The stdlib modu
* Defined resource types
* Types
* Providers
+
+> *Note:* As of version 3.7, Puppet Enterprise no longer includes the stdlib module. If you're running Puppet Enterprise, you should install the most recent release of stdlib for compatibility with Puppet modules.
##Setup
@@ -676,6 +678,8 @@ of the regular expressions match the string passed in, compilation aborts with a
##Limitations
+As of Puppet Enterprise version 3.7, the stdlib module is no longer included in PE. PE users should install the most recent release of stdlib for compatibility with Puppet modules.
+
###Version Compatibility
Versions | Puppet 2.6 | Puppet 2.7 | Puppet 3.x | Puppet 4.x |