summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixes #3460 - Makes Puppet FHS compliant by moving /var/puppet to /var/lib/pu...James Turnbull2010-04-012-2/+2
* Fix for #3101 (bug in MRI 1.8.7)Markus Roberts2010-03-311-1/+12
* Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groupsNigel Kersten2010-03-311-2/+26
* Revert the guts of #2890Markus Roberts2010-03-314-32/+40
* Fail gracefully on packages that don't have the HOMEPAGE variable set (e.g. d...Gábor Vészi2010-03-311-1/+1
* Fixed #3443 - Typo in mount typeJames Turnbull2010-03-281-2/+3
* Fixes #3135 - darwin doesn't support 'mount -o remount'James Turnbull2010-03-271-1/+2
* Adding :catalog_terminus settingLuke Kanies2010-03-274-6/+15
* fixing obsolete comment in puppetdLuke Kanies2010-03-271-3/+1
* Adding support for only using cached catalogsLuke Kanies2010-03-272-1/+5
* Refactoring Configurer to enable the next featureLuke Kanies2010-03-271-27/+30
* Fix for #3366 - --tags '' treated as boolean 'true'Markus Roberts2010-03-261-2/+5
* Fix for #3424 and tests to prove it.Markus Roberts2010-03-251-4/+6
* Fix #3155 - prevent error when using two matching regex in cascadeBrice Figureau2010-03-254-12/+68
* Fixing #3148 Settings#without_noop when run with no noop settingLuke Kanies2010-03-251-2/+9
* Another trivial follow-up fix for #2604: invalid path to zaml.rbMarc Fournier2010-03-251-1/+1
* Fix inefficient SimpleGraph#matching_edgeBrice Figureau2010-03-252-20/+47
* Fix #3229 - use original value in case/selector regex matchingBrice Figureau2010-03-253-5/+2
* Fix #2929 - Allow checksum to be "none"Brice Figureau2010-03-255-4/+18
* Follow up for #2604, debug msg left behind.Marc Fournier2010-03-241-1/+0
* Fix for #2604 Pure Ruby yaml generationMarkus Roberts2010-03-242-0/+343
* Fixes #3113 - When importing a manifest puppet needs to chillJames Turnbull2010-03-241-1/+4
* Fixes #3387 - Handle path elements with ticks and spacesBryan Kearney2010-03-242-4/+10
* Fix #3186 - require function set relationship only on the last classBrice Figureau2010-03-241-1/+1
* Fixed the return types were valid, and removed the copy paste error with the ...Bryan Kearney2010-03-171-4/+4
* Fix #3150 - require function doesn't like ::class syntaxBrice Figureau2010-02-141-0/+7
* Added time module to tagmail reportJames Turnbull2010-02-091-0/+1
* 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
* Updated version and CHANGELOG for 0.25.4James Turnbull2010-01-141-1/+1
* Revert "Fix #2845 Cron entries using "special" parameter lose their title whe...James Turnbull2010-01-141-4/+9
* Updated version and CHANGELOG for 0.25.3James Turnbull2010-01-121-1/+1
* 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