[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

Daniel Pittman daniel at puppetlabs.com
Tue May 10 08:19:16 UTC 2011


The following commit has been merged in the experimental branch:
commit bb889bf287f702e822d384f74af52fe2604ca37f
Author: Daniel Pittman <daniel at puppetlabs.com>
Date:   Tue May 3 13:41:57 2011 -0700

    (#7276) Create a plugin face application.
    
    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 at puppetlabs.com> in
    https://github.com/lak/puppet/commit/a61cc770ca9b2cad744b5b21b9776a834d6ca895
    
    Reviewed-By: Pieter van de Bruggen <pieter at puppetlabs.com>

diff --git a/lib/puppet/application/plugin.rb b/lib/puppet/application/plugin.rb
new file mode 100644
index 0000000..2d0402e
--- /dev/null
+++ b/lib/puppet/application/plugin.rb
@@ -0,0 +1,3 @@
+require 'puppet/application/face_base'
+class Puppet::Application::Plugin < Puppet::Application::FaceBase
+end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list