Skip to content

Commit

Permalink
Added a note that stdlib no longer ships with PE 3.7+
Browse files Browse the repository at this point in the history
Users didn't realize we stopped shipping stdlib module with PE. I added this information to the stdlib readme.
  • Loading branch information
jbondpdx authored and Morgan Haskel committed Dec 16, 2014
1 parent c54de94 commit cff7645
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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 |
Expand Down

0 comments on commit cff7645

Please sign in to comment.