summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Modifying the REST client error to make server errors more clearLuke Kanies2009-08-011-1/+1
* Fixes #2472. Load Facter facts when ralsh is invoked, plus test.Nigel Kersten2009-08-011-0/+2
* Fixes #2461. Provide new and old code paths for macosx_productversion_major w...Nigel Kersten2009-07-311-1/+12
* Fixing #2440 - catalogs can now be compiled on demandLuke Kanies2009-07-311-1/+27
* Exiting from app failures instead of raisingLuke Kanies2009-07-311-5/+16
* Fix #2465 - Default auth information is confusing with no auth.confBrice Figureau2009-07-301-1/+1
* Fix #2459 - puppetdoc added namespace classes as RDoc modules instead of classesBrice Figureau2009-07-302-1/+9
* Fix #2448 - fix the broken runit provider and testsBrice Figureau2009-07-291-0/+10
* Fixed #2405 - Mount parameter "dump" doesn't accept all valid values on FreeBSDJames Turnbull2009-07-291-2/+7
* Fixes #2362. Do not validate users/groups when supplied with numeric uid/gidsNigel Kersten2009-07-292-0/+12
* Fix #2454 - Definition named after a module don't show in puppetdocBrice Figureau2009-07-281-2/+0
* Fix #2453 - puppetdoc mixes long class names that look alikeBrice Figureau2009-07-281-2/+14
* Fix #2422 & #2433 - make sure puppetdoc transform AST::Leaf boolean correctlyBrice Figureau2009-07-255-25/+35
* Fixing #2296 - overlapping recursions work againLuke Kanies2009-07-251-1/+29
* Fixing #2423 - no more strange dependency cyclesLuke Kanies2009-07-251-1/+5
* Fixing #2443: Adding debugging guidance to dep cycle errorsLuke Kanies2009-07-251-1/+1
* Minor fix to URL for LDAP nodes documentationJames Turnbull2009-07-241-1/+1
* Fixing #2399 - removing client-side rrd graphsLuke Kanies2009-07-232-5/+0
* Fixing #2421 - file renaming errors now propagateLuke Kanies2009-07-241-1/+1
* Fixes #2438, get major OS X version from Facter and replace Puppet::Error inv...Nigel Kersten2009-07-241-20/+16
* Fixing #2403 - provider specificity is richer and betterLuke Kanies2009-07-242-4/+4
* Fix #2439 - let puppetdoc use loaded_codeBrice Figureau2009-07-242-3/+9
* Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation noticeJames Turnbull2009-07-231-1/+1
* Make pkgdmg default Darwin provider, make confines consistent on Darwin packa...Nigel Kersten2009-07-214-7/+7
* Fix #2425 - make sure client can contact CA server with RESTBrice Figureau2009-07-213-0/+9
* Fix #2424 - take 2, make sure default mounts allow every clientsBrice Figureau2009-07-211-0/+2
* Fix #2424 - File server can't find module in environmentBrice Figureau2009-07-182-3/+3
* Fix small typo in the fix for #2394Brice Figureau2009-07-181-1/+1
* Feature #2378 - Implement "thin_storeconfigs"Brice Figureau2009-07-182-2/+15
* Fix #2391 - Exported resources never make to the storeconfigs dbBrice Figureau2009-07-185-3/+30
* Fix #2261 - Make sure query string parameters are properly escapedBrice Figureau2009-07-173-6/+7
* Fixed #579 - puppet should try to clear solaris 10 services in maintenance stateJames Turnbull2009-07-161-1/+8
* Fix #1963 - Failing to read /proc/mounts for selinux kills file downloadsRicky Zhou2009-07-161-2/+8
* Fixing #2245 - provider lists are not lost on type reloadLuke Kanies2009-07-161-12/+20
* Ruby no longer clobbers puppet autoloadingLuke Kanies2009-07-161-0/+1
* deprecate NetInfo providers and examples, remove all NetInfo references and t...Nigel Kersten2009-07-1412-447/+10
* Fixed #2410 - default acl logs as info instead of warn.Sam Livingston-Gray2009-07-141-1/+1
* Fixed #2394 - warn once on module mount deprecation.Sam Livingston-Gray2009-07-131-1/+1
* Fixes #2258,#2257,#2256. Maintain correct type for integers/booleans, allow c...Nigel Kersten2009-07-112-7/+39
* Added Markdown mode to puppetdoc to output Markdown.James Turnbull2009-07-102-8/+54
* Allow boolean value for boolean cli parameterBrice Figureau2009-07-101-0/+2
* Fix #2364 - Associates the correct comment to the right statementBrice Figureau2009-07-102-9/+15
* Make sure the parser sees the correct line numberBrice Figureau2009-07-104-233/+292
* Fix #2366 - puppetdoc was parsing classes in the wrong orderBrice Figureau2009-07-101-1/+2
* Fixes #2367 - Mongrel::HTTPRequest returns a StringIO objectJames Turnbull2009-07-081-1/+1
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-072-2/+19
* Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaqu...Brice Figureau2009-07-071-3/+10
* Fix #2392 - use Content-Type for REST communicationBrice Figureau2009-07-056-18/+72
* Fixed #2293 - Added cron syntax X-Y/Z and '7' for sundayJames Turnbull2009-07-051-3/+8
* Switching to LoadedCode from ASTSetLuke Kanies2009-07-058-82/+69