# File lib/r10k/action/puppetfile/cri_runner.rb, line 13
        def handle_opts(opts)
          opts[:root]       ||= wd
          opts[:moduledir]  ||= env['PUPPETFILE_DIR']
          opts[:puppetfile] ||= env['PUPPETFILE']
          super(opts)
        end