I want to change file attributes by Itamae
that exists already in server.
I tried like:
file '/usr/local/bin/jobber' do
action :nothing
owner 'jobber_client'
end
and
file '/usr/local/bin/jobber' do
action :nothing
user 'jobber_client'
end
But both didn't change the file owner.
How can I change file attributes by Itamae
?