Skip to content

Commit

Permalink
[dpkg] install_options, is an array, += args
Browse files Browse the repository at this point in the history
  • Loading branch information
clundquist-stripe committed Mar 13, 2024
1 parent fb6af3d commit f9ab915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/package/dpkg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def install
args = []

if @resource[:install_options]
args << @resource[:install_options]
args += @resource[:install_options]
end

if @resource[:configfiles] == :keep
Expand Down

0 comments on commit f9ab915

Please sign in to comment.