Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deb: remove apt-transport-https, already done in apt cookbook #393

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions recipes/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
when 'debian'
include_recipe 'apt'

package 'apt-transport-https' do
action :install
end

# Trust new APT key
execute 'apt-key import key 382E94DE' do
command 'apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 A2923DFF56EDA6E76E55E492D3A80E30382E94DE'
Expand Down
4 changes: 0 additions & 4 deletions spec/dd-agent_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ def set_env_var(name, value)
it 'sets up an apt repo' do
expect(chef_run).to add_apt_repository('datadog')
end

it 'installs apt-transport-https' do
expect(chef_run).to install_package('apt-transport-https')
end
end

shared_examples_for 'rhellions repo' do
Expand Down