Open
Description
This resource:
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?
Metadata
Assignees
Labels
No labels
Activity