# File lib/puppet/module_tool/errors/installer.rb, line 87 def multiline "Could not install package Package attempted to install file into #{@entry_path.inspect} under #{@directory.inspect}. ".strip end
# File lib/puppet/module_tool/errors/installer.rb, line 81 def initialize(options) @entry_path = options[:entry_path] @directory = options[:directory] super "Attempt to install file into #{@entry_path.inspect} under #{@directory.inspect}" end