summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/plugin.rb
Commit message (Collapse)AuthorAgeFilesLines
* (#7276) Create a plugin face application.Daniel Pittman2011-05-031-0/+3
We need a boilerplate application file and class to expose a face on the command line; this adds that for the plugin face, to expose it to users. Based on work by Luke Kaines <luke@puppetlabs.com> in https://github.com/lak/puppet/commit/a61cc770ca9b2cad744b5b21b9776a834d6ca895 Reviewed-By: Pieter van de Bruggen <pieter@puppetlabs.com>