I wanted to extract value from a file and then put it into an attribute.
eg. let the file be /app/ABC/.ssh/id_rsa.pub
and
the attribute be default['sample_cookbook']['auth_keys']
I would like the value(s) in id_rsa.pub set into the above attribute.