summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application
Commit message (Expand)AuthorAgeFilesLines
...
| * Closed #2937 - Migrated a number of requires to featuresJames Turnbull2009-12-181-12/+3
| * Fix #2783, take2 - puppetdoc should use environment to get modulepath/manifes...Brice Figureau2009-11-271-1/+1
* | Merge branch 'merge'Luke Kanies2009-12-212-11/+5
|\ \
| * | Merge branch '0.25.x'Luke Kanies2009-12-212-11/+5
| |\|
| | * Fix for ticket #2700 -- check for @explicit_waitforcert in puppetd --testMarkus Roberts2009-11-201-1/+1
| | * Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-1/+1
| | * Fix #2783 - Puppetdoc rdoc should use environment to get modulepath/manifestdirBrice Figureau2009-11-151-2/+3
| | * Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRLJohn A. Barbuto2009-10-271-7/+0
| | * Fixed #2750 - Set :cacrl to nil instead of 'false' in puppetdJohn A. Barbuto2009-10-251-1/+1
* | | Fix for #2959 (calling exit status on a nil report)Markus Roberts2009-12-181-1/+3
|/ /
* / Fix #1934 - detailed-exitcodes for puppetdDeepak Giridharagopal2009-11-192-6/+17
|/
* Bundling of pure ruby json lib as "pson"Markus Roberts2009-10-172-5/+5
* Fixed #2702 - Set :outputdir to "doc" if not specifiedJohn A. Barbuto2009-10-101-0/+1
* Ticket 2559 -- parseonly ignored specified fileMarkus Roberts2009-08-221-0/+6
* Adding #2477 - puppet can apply provided catalogsLuke Kanies2009-08-021-8/+42
* Fixes #2472. Load Facter facts when ralsh is invoked, plus test.Nigel Kersten2009-08-011-0/+2
* Fixing #2440 - catalogs can now be compiled on demandLuke Kanies2009-07-311-1/+27
* Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation noticeJames Turnbull2009-07-231-1/+1
* Added Markdown mode to puppetdoc to output Markdown.James Turnbull2009-07-101-3/+27
* Fixed pi binary so --meta option works and updated documentationDavid Lutterkort2009-06-131-1/+1
* Fixed pi testsJames Turnbull2009-06-121-1/+7
* Fixed #2222 - Cleanup pi binary options and --help outputJames Turnbull2009-06-121-14/+4
* Partial fix for #2329James Turnbull2009-06-061-1/+1
* Removed extra whitespace from end of linesIan Taylor2009-06-062-3/+3
* Disabling the catalog cache, so puppetqd is compatible with storeconfigsLuke Kanies2009-06-031-0/+6
* Fixing #2237 - client_yaml dir is always created by puppetdLuke Kanies2009-05-281-0/+2
* Fixing #2228 - --logdest works again in puppetd and puppetmasterdLuke Kanies2009-05-272-2/+2
* Fixing #2248 - --no-client correctly leaves off clientLuke Kanies2009-05-271-1/+1
* Fixing #2243 - puppetrun works againLuke Kanies2009-05-271-1/+4
* Fixed #2280 - Detailed exit codes fixJames Turnbull2009-05-271-1/+1
* Adding some usability bits to puppetqdLuke Kanies2009-05-181-3/+21
* Relying on threads rather than sleeping for puppetqdLuke Kanies2009-05-181-5/+1
* Fixing #2273 - CA location is set correctly in puppetcaLuke Kanies2009-05-171-1/+1
* Fixing #2200 - puppetqd expects Daemon to be a classLuke Kanies2009-05-041-10/+12
* puppetmasterd can now run as a standard Rack application (config.ru-style)Christian Hofstaedtler2009-05-021-5/+17
* Fixed puppetqd require and tweaked stomp library error messageJames Turnbull2009-04-261-5/+5
* Fixing #2149 - Facts are passed as part of the catalog requestLuke Kanies2009-04-221-1/+0
* Removing code that was backported and is now not neededLuke Kanies2009-04-221-49/+0
* Adding daemonization to puppetqdLuke Kanies2009-04-221-1/+17
* Adding puppetqd executable.Luke Kanies2009-04-221-0/+107
* Fixing puppet -e; it got broken in the move to ApplicationLuke Kanies2009-04-171-1/+3
* Fixing #1557 - Environments are now in REST URIsLuke Kanies2009-03-202-5/+2
* Fixing #2108 - pi should work againLuke Kanies2009-03-201-6/+8
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-2/+2
* Relying on 'should_parse_config' in the 'puppet' applicationLuke Kanies2009-02-191-5/+0
* Move --version handling to Puppet::ApplicationBrice Figureau2009-02-166-28/+0
* Move puppetd to the Application Controller paradigmBrice Figureau2009-02-161-0/+260
* Move puppetdoc to the Application Controller paradigmBrice Figureau2009-02-161-0/+198
* Move ralsh to the Application Controller paradigmBrice Figureau2009-02-161-0/+166
* Move puppetrun to Application Controller paradigmBrice Figureau2009-02-161-0/+221