diff options
| author | Jeff McCune <jeff@puppetlabs.com> | 2011-05-24 11:23:16 -0700 | 
|---|---|---|
| committer | Jeff McCune <jeff@puppetlabs.com> | 2011-05-24 11:23:16 -0700 | 
| commit | 6964d13b2637655dae828d882cf292ef251f378d (patch) | |
| tree | 707018020947acdf75ce78eebba2c80e52394340 | |
| parent | 6e9d0465bc695b45c4f4ac76d74795b6edfc625d (diff) | |
| download | puppet-stdlib-6964d13b2637655dae828d882cf292ef251f378d.tar.gz puppet-stdlib-6964d13b2637655dae828d882cf292ef251f378d.tar.bz2  | |
Update README with target versions
Also add the list of things this module will
likely contain.
| -rw-r--r-- | README.markdown | 11 | 
1 files changed, 9 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index e3a1a29..f79b975 100644 --- a/README.markdown +++ b/README.markdown @@ -4,15 +4,22 @@ This module provides a "standard library" of resources for developing Puppet  Modules.  This modules will include the following additions to Puppet   * Stages + * Facts   * Functions + * Defined resource types   * Types   * Providers - * Defined resource types  This module is officially curated and provided by Puppet Labs.  The modules  Puppet Labs writes and distributes will make heavy use of this standard  library. +# Compatibility # + +This module is designed to work with Puppet version 2.6 and later.  It may be +forked if Puppet 2.7 specific features are added.  There are currently no plans +for a Puppet 0.25 standard library module. +  # Overview #  TBA @@ -21,4 +28,4 @@ TBA    Jeff McCune <jeff@puppetlabs.com> -EOF +  | 
