# File lib/puppet/provider/ssh_authorized_key/parsed.rb, line 55
55:     def target
56:         @resource.should(:target) || File.expand_path("~%s/.ssh/authorized_keys" % user)
57:     end