We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fac7e commit 91b1df3Copy full SHA for 91b1df3
cookbooks/apt/recipes/default.rb
@@ -49,7 +49,7 @@
49
archive_distro = "debian"
50
archive_security_distro = "debian-security"
51
archive_suites = %w[main updates security]
52
- archive_components = %w[main contrib non-free]
+ archive_components = %w[main contrib non-free non-free-firmware]
53
elsif intel?
54
archive_host = if node[:country]
55
"#{node[:country]}.archive.ubuntu.com"
0 commit comments