summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* removing extraneous commentLuke Kanies2010-02-171-1/+0
* Adding Transaction events to Transaction reportsLuke Kanies2010-02-172-1/+12
* Removing a redundant method in ReportLuke Kanies2010-02-172-6/+1
* Removing unused code and adding a couple of testsLuke Kanies2010-02-171-9/+0
* Adding tests for the 'report' log destinationLuke Kanies2010-02-172-0/+4
* Extracting event management into a separate classLuke Kanies2010-02-172-84/+106
* Changing SimpleGraph.matching_edges to expect one eventLuke Kanies2010-02-171-14/+12
* Moving event creation to the resourceLuke Kanies2010-02-173-6/+12
* Reorganizing Property class to match current styleLuke Kanies2010-02-171-66/+34
* Cleaning up Event creationLuke Kanies2010-02-173-57/+65
* Adding "type" instance method to enhance DemeternessLuke Kanies2010-02-171-0/+4
* Random code cleanupLuke Kanies2010-02-173-65/+50
* Moving Ensure property into separate fileLuke Kanies2010-02-172-92/+96
* Moving Parameter utility classes into separate filesLuke Kanies2010-02-173-210/+216
* Switching transactions to callback-based eventsLuke Kanies2010-02-172-216/+122
* removing never-used codeLuke Kanies2010-02-171-61/+0
* Moving log destination code into separate filesLuke Kanies2010-02-173-276/+281
* fixed a couple of typosMarc Fournier2010-02-172-2/+2
* Handle path elements with ticks and spacesBryan Kearney2010-02-171-2/+8
* Renaming the old puppet executableRein Henrichs2010-02-171-1/+1
* Find both bin and sbin usage docs, fail gracefullyRein Henrichs2010-02-171-3/+6
* Initial puppet single executableRein Henrichs2010-02-171-2/+12
* Renaming applications, mostly removing 'puppet'Luke Kanies2010-02-177-7/+7
* Allow adding single key to hashesBrice Figureau2010-02-174-853/+925
* Raise an error when appending not a hash to a hashBrice Figureau2010-02-171-0/+1
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-176-918/+1192
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-02-175-4/+18
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-02-171-1/+1
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-171-0/+7
* Added time module to tagmail reportJames Turnbull2010-02-171-0/+1
* Fixed the return types were valid, and removed the copy paste error with the ...Bryan Kearney2010-02-171-4/+4
* Resolving conflicts with ???Markus Roberts2010-02-171-1/+1
* Add AIX package management support (installp&nim)Andrew Forgue2010-02-172-0/+173
* Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-02-171-3/+2
* Move scope parenting & class_scope from Compiler to ScopeMarkus Roberts2010-02-173-57/+37
* Fixing #3407 Failing tests in spec/unit/node/environment.rbJesse Wolfe2010-03-222-13/+15
* Fix #3167 Duplicate constant warnings in dpkg.rbJesse Wolfe2010-02-172-8/+8
* Merge branch '0.25.x'Markus Roberts2010-02-0924-30/+112
|\
| * Fixed #3162 - tidy does not remove empty files when "size => 0" is setJames Turnbull2010-02-091-1/+1
| * Fix for #2327, check the return types from augeas and fail where appropriateBryan Kearney2010-02-011-4/+10
| * 2047: Add a not_include into matchBryan Kearney2010-02-012-0/+5
| * Fix for #3094 (libdir should take ":" delimited path)Markus Roberts2010-01-301-2/+2
| * Fix #1842 Net::HTTP#enable_post_connection_check doesn't work anymoreJesse Wolfe2010-01-302-5/+0
| * Fix for #3035 (redhat services use init for source)Markus Roberts2010-01-301-1/+1
| * Fix for #3085 (user_role_add pulls from same source as useradd)Markus Roberts2010-01-301-1/+1
| * Fix for #3114 (ruby's arbitrary limit on process groups too low)Markus Roberts2010-01-301-0/+1
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-2412-16/+16
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-2412-0/+32
| * Fix for #3093 (also need to be able to call pkgget_with_cat on class)Markus Roberts2010-01-221-2/+2
| * Uncommeniting the fix for #3001Markus Roberts2010-01-211-1/+1