diff options
Diffstat (limited to 'lib/puppet/interface/catalog')
| -rw-r--r-- | lib/puppet/interface/catalog/select.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/interface/catalog/select.rb b/lib/puppet/interface/catalog/select.rb new file mode 100644 index 000000000..6311a4a74 --- /dev/null +++ b/lib/puppet/interface/catalog/select.rb @@ -0,0 +1,4 @@ +# Select and show a list of resources of a given type. +Puppet::Interface::Catalog.action :select do |*args| + puts "Selecting #{args.inspect}" +end |
