package %w[
apt
- gnupg-curl
+ apt-transport-https
update-notifier-common
]
+if node[:lsb][:release].to_f < 18.04
+ package "gnupg-curl"
+end
+
file "/etc/motd.tail" do
action :delete
end
update true
end
+apt_source "squid2" do
+ url "http://ppa.launchpad.net/osmadmins/squid2/ubuntu"
+ key "D57F48750AC4F2CB"
+ update true
+end
+
+apt_source "squid3" do
+ url "http://ppa.launchpad.net/osmadmins/squid3/ubuntu"
+ key "D57F48750AC4F2CB"
+ update true
+end
+
apt_source "management-component-pack" do
source_template "hp.list.erb"
url "https://downloads.linux.hpe.com/SDR/repo/mcp"