Skip to content

Commit f9ab915

Browse files
[dpkg] install_options, is an array, += args
1 parent fb6af3d commit f9ab915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/puppet/provider/package/dpkg.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def install
9595
args = []
9696

9797
if @resource[:install_options]
98-
args << @resource[:install_options]
98+
args += @resource[:install_options]
9999
end
100100

101101
if @resource[:configfiles] == :keep

0 commit comments

Comments
 (0)