# File lib/r10k/action/puppetfile/install.rb, line 33 def visit(type, other, &block) send("visit_#{type}", other, &block) rescue => e logger.error R10K::Errors::Formatting.format_exception(e, @trace) @ok = false end