# File lib/puppet/provider/ssh_authorized_key/parsed.rb, line 45 45: def target 46: @resource.should(:target) || File.expand_path("~#{@resource.should(:user)}/.ssh/authorized_keys") 47: rescue 48: raise Puppet::Error, "Target not defined and/or specified user does not exist yet" 49: end