| Commit message (Expand) | Author | Age | Files | Lines |
| * | Scope[] now returns nil for undefined variables | Luke Kanies | 2011-07-15 | 4 | -12/+17 |
| * | Making the Functions module more resilient | Luke Kanies | 2011-07-15 | 1 | -1/+4 |
| * | Cleaning up indentation in versoncmp function | Luke Kanies | 2011-07-15 | 1 | -4/+2 |
| * | Fixing default parameter value assignment | Luke Kanies | 2011-07-15 | 1 | -2/+6 |
| * | Improving an error message | Luke Kanies | 2011-07-15 | 1 | -1/+1 |
| * | Adding Scope#each method | Luke Kanies | 2011-07-15 | 1 | -0/+4 |
| * | Adding Scope#include? method | Luke Kanies | 2011-07-15 | 1 | -0/+4 |
| * | Resource type defaults cleanup | Luke Kanies | 2011-07-15 | 3 | -23/+54 |
| * | Adding default environment to Scope | Luke Kanies | 2011-07-15 | 1 | -6/+2 |
| * | Adding []/[]= support to Scope | Luke Kanies | 2011-07-15 | 8 | -45/+56 |
| * | (#7080) Registering PSON document types | Luke Kanies | 2011-07-15 | 2 | -2/+9 |
| * | Making Fact json handling more resilient | Luke Kanies | 2011-07-15 | 1 | -6/+9 |
| * | Adding json support to Puppet::Node | Luke Kanies | 2011-07-15 | 1 | -0/+23 |
| * | (7080) Adding json support to Indirector Request | Luke Kanies | 2011-07-15 | 1 | -2/+49 |
| * | (#8356) Specify setting type for color | Jacob Helwig | 2011-07-12 | 1 | -2/+6 |
| * | (#8356) Color defaults to false on Windows | Josh Cooper | 2011-07-11 | 1 | -1/+1 |
| * | Merge pull request #15 from jeffmccune/ticket/master/8032_create_resources_co... | Jeff McCune | 2011-07-09 | 1 | -5/+6 |
| |\ |
|
| | * | (#8032) Add containment to create_resources | Jeff McCune | 2011-06-21 | 1 | -5/+6 |
| * | | Disable the master on Windows instead of blowing up with failed resources | Jacob Helwig | 2011-07-08 | 1 | -0/+2 |
| * | | Merge branch 'ticket/master/7581-windows-feature-detection-error-message' | Jacob Helwig | 2011-07-08 | 1 | -1/+9 |
| |\ \ |
|
| | * | | (#7581) Provide more detailed error message when missing gems on Windows | Jacob Helwig | 2011-07-08 | 1 | -1/+9 |
| | |/ |
|
| * | | Updated CHANGELOG and package building files for 2.7.2rc1 | Michael Stahnke | 2011-07-06 | 1 | -1/+1 |
| * | | Merge branch '2.7.x' | Jacob Helwig | 2011-06-28 | 12 | -140/+173 |
| |\ \
| |/
|/| |
|
| | * | Merge branch '2.6.x' into 2.7.x | Jacob Helwig | 2011-06-28 | 7 | -118/+103 |
| | |\ |
|
| | | * | Bumping release in lib/puppet.rb and updating CHANGELOG. | Michael Stahnke | 2011-06-14 | 1 | -1/+1 |
| | | * | (#7127) Stop puppet if a prerun command fails | Josh Cooper | 2011-06-10 | 5 | -75/+85 |
| | | * | Do not needlessly create multiple reports when creating a transaction | Josh Cooper | 2011-06-10 | 2 | -8/+4 |
| | | * | (#4416) Ensure types are providified after reloading | Nick Lewis | 2011-06-10 | 1 | -0/+1 |
| | | * | (#4416) Always remove old provider before recreating it | Nick Lewis | 2011-06-10 | 1 | -14/+5 |
| | | * | Cleanup indentation, comment, and unused code | Nick Lewis | 2011-06-10 | 2 | -30/+14 |
| | * | | Clean up indentation, whitespace, and commented out code | Jacob Helwig | 2011-06-28 | 1 | -6/+1 |
| | * | | Merging up 2.7.1 | Michael Stahnke | 2011-06-22 | 2 | -3/+1 |
| | |\ \ |
|
| | | * | | Updating for 2.7.1 release. | Michael Stahnke | 2011-06-22 | 1 | -1/+1 |
| | | * | | (#8048) Gem install puppet no longer fails if rdoc enabled. | Michael Stahnke | 2011-06-22 | 1 | -2/+0 |
| | * | | | Merge branch 'ticket/2.7.x/7224' into 2.7.x | Nick Lewis | 2011-06-14 | 2 | -7/+46 |
| | |\ \ \ |
|
| | | * | | | (#7224) Reword 'hostname was not match' error message | Nick Lewis | 2011-06-14 | 1 | -7/+40 |
| | | * | | | (#7224) Add a helper to Puppet::SSL::Certificate to retrieve alternate names | Nick Lewis | 2011-06-14 | 1 | -0/+6 |
| | * | | | | (#5641) Help text: document that puppet doc takes modulepath, manifestdir, an... | nfagerlund | 2011-06-13 | 1 | -12/+23 |
| | |/ / / |
|
| * | | | | Clean up indentation, whitespace, and commented out code | Jacob Helwig | 2011-06-17 | 1 | -6/+1 |
| * | | | | Merge branch '2.7.x' | Nick Lewis | 2011-06-08 | 36 | -323/+582 |
| |\| | | |
|
| | * | | | Merge branch '2.7rc' into 2.7.x | Nick Lewis | 2011-06-08 | 29 | -303/+533 |
| | |\| | |
|
| | | * | | (#7833) Several help text/template edits | nfagerlund | 2011-06-08 | 11 | -32/+75 |
| | | * | | (#7828) Fix whitespace in synopsis generator. | Daniel Pittman | 2011-06-07 | 3 | -42/+33 |
| | | * | | (#6873) Add Static Compiler terminus to 2.7.0 | Luke Kaines | 2011-06-07 | 1 | -0/+137 |
| | | * | | Merge branch 'bug/2.7rc/7728-resource-failure-leads-to-extra-warnings' into 2... | Daniel Pittman | 2011-06-07 | 1 | -2/+20 |
| | | |\ \ |
|
| | | | * | | (#7728) Suppress notifications from container whits. | Daniel Pittman | 2011-06-07 | 1 | -2/+20 |
| | | * | | | (#7764, 7775, 7778) Revisions to Faces help text | nfagerlund | 2011-06-07 | 23 | -209/+261 |
| | | * | | | (#7773, 7776, 7764) Several help template tweaks | nfagerlund | 2011-06-07 | 4 | -30/+19 |
| | | |/ / |
|
| | * | | | Merge branch '2.6.x' into 2.7.x | Nick Lewis | 2011-06-08 | 7 | -20/+49 |
| | |\ \ \
| | | |/
| | |/| |
|
| | | * | | (#2128) Add WARNING for node_name_{fact,value} descriptions | Jeff McCune | 2011-06-08 | 1 | -7/+7 |