You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artifact_file '/home/myuser/mysql-connector-java.jar' do
location 'mysql:mysql-connector-java:jar:5.1.31'
owner 'myuser'
group 'usergrp'
action :create
end
After it completes I would expect the output file 'mysql-connector-java.jar' to be owned by myuser:usergrp, but since chef-client runs under the 'root' the final file is owned by root:root.
Alex
The text was updated successfully, but these errors were encountered:
I have a recipe:
After it completes I would expect the output file 'mysql-connector-java.jar' to be owned by myuser:usergrp, but since chef-client runs under the 'root' the final file is owned by root:root.
Alex
The text was updated successfully, but these errors were encountered: