summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/puppetrun.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing #2243 - puppetrun works againLuke Kanies2009-05-271-1/+4
| | | | | | | | The problem was that some defaults were nil but had to be 'false', because xmlrpc can't serialize 'nil' as an rpc argument. Signed-off-by: Luke Kanies <luke@madstop.com>
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵James Turnbull2009-02-261-2/+2
| | | | semicolons
* Move --version handling to Puppet::ApplicationBrice Figureau2009-02-161-5/+0
| | | | Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
* Move puppetrun to Application Controller paradigmBrice Figureau2009-02-161-0/+221
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>