mod_security
mod_security copied to clipboard
Small fix to make cookbook not put shit in root of
Small fix to make cookbook not put shit in root of C: drive and thus fails the chef run. This problem was not an issue with chef-client 12.19.36. It is an issue with 12.21.26 (maybe others in between as well).
@eelco-de-boer can you explain the reasoning behind your change? In the attributes file this is set as:
default['mod_security']['crs']['root_dir'] = (node['mod_security']['dir']).to_s
Which should functionally be the same as what you added.