No description
Find a file
Jeff McCune 20b6c24186 Add spec test for validate_bool function
This is an interesting spec test for module developers.
It illustrates how to cause Puppet to test the function
from the Puppet DSL rather than the Ruby DSL, fully
exercising the system from the perspective of the end
user.

(Note how Puppet[:code] is set, then the scope reset, then
the compile method called.)

Paired-with: Dan Bode <dan@puppetlabs.com>
2011-06-03 11:41:20 -07:00
lib/puppet/parser/functions Add validate_bool() function to stdlib 2011-06-03 11:39:45 -07:00
manifests Add standard set of run stages. 2011-05-24 11:25:51 -07:00
spec Add spec test for validate_bool function 2011-06-03 11:41:20 -07:00
tests Initial commit 2011-05-24 11:06:30 -07:00
.gitignore Add DS_Store to gitignore 2011-05-25 09:36:08 -07:00
CHANGELOG Update CHANGELOG for 0.1.3 release 2011-05-25 13:29:27 -07:00
metadata.json Initial commit 2011-05-24 11:06:30 -07:00
Modulefile Update CHANGELOG for 0.1.3 release 2011-05-25 13:29:27 -07:00
README.markdown Update README with target versions 2011-05-24 11:23:16 -07:00
RELEASE_PROCESS.markdown Update changelog for version 0.1.2 2011-05-24 11:49:57 -07:00

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
  • Facts
  • Functions
  • Defined resource types
  • Types
  • Providers

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

Contact Information

Jeff McCune jeff@puppetlabs.com