mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Merge pull request #5623 from inspec/nm/apache-conf-merge-fix
Fix merging of included conf and main conf params in apache conf
This commit is contained in:
commit
026788e294
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ module Inspec::Resources
|
|||
end
|
||||
end
|
||||
|
||||
@params.merge!(params)
|
||||
@params.merge!(params) { |key, current_val, new_val| [*current_val].to_a + [*new_val].to_a }
|
||||
|
||||
to_read = to_read.drop(1)
|
||||
to_read += include_files(params).find_all do |fp|
|
||||
|
|
Loading…
Add table
Reference in a new issue