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
template jmx_password_path do
source 'jmx.password.erb'
variables({
username: 'xxx',
password: 'xxx'
})
inherits false
owner 'SYSTEM'
rights :full_control, 'SYSTEM'
only_if { node[:xxx][:xxx][:jmx_enabled] }
end
Is failing if the file is already created, due to no access. Probably chef is run under a different user than localsystem, which is used under all other circumstances. Is there a fix for this?
The text was updated successfully, but these errors were encountered:
This resource:
Is failing if the file is already created, due to no access. Probably chef is run under a different user than localsystem, which is used under all other circumstances. Is there a fix for this?
The text was updated successfully, but these errors were encountered: