Method: Puppet::Util::CommandLine#external_subcommand

Defined in:
lib/puppet/util/command_line.rb

#external_subcommandObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



83
84
85
# File 'lib/puppet/util/command_line.rb', line 83

def external_subcommand
  Puppet::Util.which("puppet-#{subcommand_name}")
end