summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/kick.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor #3706 Reify eigenclasses of ApplicationsJesse Wolfe2010-02-171-8/+7
| | | | | | | | | | The Puppet::Application DSL is complicated by the fact that it operates on eigenclasses of instances of Puppet::Application, rather than subclassing it. This patch reifies the eigenclasses as subclasses of Puppet::Application. Signed-off-by: Jesse Wolfe <jes5199@gmail.com>
* feature #2276 Single Executable: "puppet kick"Jesse Wolfe2010-02-171-0/+214
Add "puppet kick" as the new invocation of "puppetrun" Signed-off-by: Jesse Wolfe <jes5199@gmail.com>