diff options
author | Jeff McCune <jeff@puppetlabs.com> | 2011-05-24 11:06:30 -0700 |
---|---|---|
committer | Jeff McCune <jeff@puppetlabs.com> | 2011-05-24 11:06:30 -0700 |
commit | 6e9d0465bc695b45c4f4ac76d74795b6edfc625d (patch) | |
tree | 5d1166aec9ffa864b2cf22d316dcc6c5f19f69dc /README.markdown |
Initial commit
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..e3a1a29 --- /dev/null +++ b/README.markdown @@ -0,0 +1,24 @@ +# Puppet Labs Standard Library # + +This module provides a "standard library" of resources for developing Puppet +Modules. This modules will include the following additions to Puppet + + * Stages + * Functions + * 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. + +# Overview # + +TBA + +# Contact Information # + + Jeff McCune <jeff@puppetlabs.com> + +EOF |