Skip to content

Commit 1493b21

Browse files
committed
Merge pull request #384 from mhaskel/doc_fixes_from_master
Doc fixes from master
2 parents 64c9840 + cff7645 commit 1493b21

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ modules. Puppet modules make heavy use of this standard library. The stdlib modu
2727
* Defined resource types
2828
* Types
2929
* Providers
30+
31+
> *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.
3032
3133
##Setup
3234

@@ -676,6 +678,8 @@ of the regular expressions match the string passed in, compilation aborts with a
676678

677679
##Limitations
678680

681+
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.
682+
679683
###Version Compatibility
680684

681685
Versions | Puppet 2.6 | Puppet 2.7 | Puppet 3.x | Puppet 4.x |

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "puppetlabs-stdlib",
33
"version": "4.5.0",
44
"author": "puppetlabs",
5-
"summary": "Puppet Module Standard Library",
5+
"summary": "Standard library of resources for Puppet modules.",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-stdlib",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-stdlib",

0 commit comments

Comments
 (0)