Class: R10K::Action::Puppetfile::CriRunner Private

Inherits:
CriRunner
  • Object
show all
Includes:
Logging
Defined in:
lib/r10k/action/puppetfile/cri_runner.rb

Overview

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

Extend the default Cri Runner with Puppetfile specific opts

Constant Summary

Constants included from Logging

Logging::LOG_LEVELS

Instance Method Summary collapse

Methods included from Logging

debug_formatter, default_formatter, default_outputter, #logger, #logger_name, parse_level

Methods inherited from CriRunner

#call, #handle_argv, #initialize, #new, wrap

Constructor Details

This class inherits a constructor from R10K::Action::CriRunner

Instance Method Details

#handle_opts(opts) ⇒ Object

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.



13
14
15
16
# File 'lib/r10k/action/puppetfile/cri_runner.rb', line 13

def handle_opts(opts)
  opts[:root]       ||= wd
  super(opts)
end