-
Notifications
You must be signed in to change notification settings - Fork 334
Open
Description
When installing the chosen openvox/puppet collection the command is created as apt-get install --force-yes -y #{pkg}"
beaker/spec/beaker/host/unix/pkg_spec.rb
Line 142 in 770cc7c
| expect(Beaker::Command).to receive(:new).with("apt-get install --force-yes -y #{pkg}", [], { :prepend_cmds => nil, :cmdexe => false }).and_return('') |
This creates a warning: W: --force-yes is deprecated, use one of the options starting with --allow instead.
I think we can just simply drop this option
Metadata
Metadata
Assignees
Labels
No labels