summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Minimal fix for #3001 (failing to fetch metadata on dangling symlink)Markus Roberts2010-01-191-1/+1
| * Fixing #2914 - pre/post hooks now work for transactionsLuke Kanies2010-01-183-4/+37
| * Fix for #3075 (sshkey host_aliases ignored)Markus Roberts2010-01-151-5/+5
| * Revert "Fix #2845 Cron entries using "special" parameter lose their title whe...James Turnbull2010-01-141-4/+9
* | Fix #3117 - cert fingerprinting uses a method not available in ruby <= 1.8.6Brice Figureau2010-01-281-1/+1
* | First shot at the OpenSolaris pkg(5) providerMartin Englund2010-01-271-0/+114
* | Feature #2839 - fingerprint certificateBrice Figureau2010-01-196-19/+78
* | Revert "Feature #2839 - fingerprint certificate"James Turnbull2010-01-193-46/+9
* | Fixing #1054 - transaction reports are always sentLuke Kanies2010-01-183-64/+43
* | Removing some unneeded validation code from Transaction.newLuke Kanies2010-01-181-8/+2
* | Removing unused configurer codeLuke Kanies2010-01-181-6/+0
* | Fix #2894 - exclude .pp files under modules files directoriesBrice Figureau2010-01-181-0/+1
* | Adapt to method name change since 8971d8Brice Figureau2010-01-181-3/+3
* | Feature #2839 - fingerprint certificateBrice Figureau2010-01-183-9/+46
* | Feature #2395 - revoke when cleaning a certificate with puppetcaBrice Figureau2010-01-181-0/+1
* | Merge branch '0.25.x'James Turnbull2010-01-1363-485/+461
|\|
| * Reversion of pipe IO patch for testing on #3025Markus Roberts2010-01-121-39/+54
| * Fix #1464 Mount complains about missing fieldsJesse Wolfe2010-01-121-1/+10
| * Fix #2845 Cron entries using "special" parameter lose their title when changedJesse Wolfe2010-01-121-9/+4
| * Fix #2887 'service' tests paths too earlyJesse Wolfe2010-01-082-16/+19
| * Fix for temporary file security wholeMarkus Roberts2010-01-055-7/+32
| * Fix for #2999 (absent package handling on solaris)Markus Roberts2010-01-051-0/+1
| * Fix typo in documentation: wheter vs. whether.Jeroen van Meeuwen2010-01-031-1/+1
| * Partial rollback of refinements to fix for #2994Markus Roberts2010-01-021-3/+3
| * Do not close stdout or stderr in execute.Ricky Zhou2010-01-021-9/+12