class R10K::Action::Puppetfile::CriRunner

Extend the default Cri Runner with Puppetfile specific opts

@api private

Public Instance Methods

handle_opts(opts) click to toggle source
Calls superclass method R10K::Action::CriRunner#handle_opts
# File lib/r10k/action/puppetfile/cri_runner.rb, line 13
def handle_opts(opts)
  opts[:root]       ||= wd
  super(opts)
end

Private Instance Methods

wd() click to toggle source
# File lib/r10k/action/puppetfile/cri_runner.rb, line 20
def wd
  Dir.getwd
end