diff options
author | Nick Lewis <nick@puppetlabs.com> | 2011-04-13 15:51:43 -0700 |
---|---|---|
committer | Nick Lewis <nick@puppetlabs.com> | 2011-04-13 15:51:43 -0700 |
commit | 02691637553d5637ee01a433a516b5d8cc9768a9 (patch) | |
tree | 9465b1ed4dcb64f68e6137be5ea094e8d305f5e9 /lib/puppet/application/parser.rb | |
parent | 008770dba7946b67f252561fecd967c7fe67fd17 (diff) | |
parent | 24a277c5e805ce16e0b86e17e6cb2fbe1945ae07 (diff) | |
download | puppet-02691637553d5637ee01a433a516b5d8cc9768a9.tar.gz puppet-02691637553d5637ee01a433a516b5d8cc9768a9.tar.xz puppet-02691637553d5637ee01a433a516b5d8cc9768a9.zip |
Merge branch 'ticket/next/6928' into next
Diffstat (limited to 'lib/puppet/application/parser.rb')
-rw-r--r-- | lib/puppet/application/parser.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/puppet/application/parser.rb b/lib/puppet/application/parser.rb new file mode 100644 index 000000000..b6ec3c185 --- /dev/null +++ b/lib/puppet/application/parser.rb @@ -0,0 +1,5 @@ +require 'puppet/application/face_base' +require 'puppet/face' + +class Puppet::Application::Parser < Puppet::Application::FaceBase +end |