Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
@@ -4,7 +4,7 @@
#
# Copyright:: 2022, The Authors, All Rights Reserved.
-package 'lsb-release'
+include_recipe 'apt_repositories::_packages'
key_path = '/etc/apt/trusted.gpg.d'
gpg_key = ::File.join(key_path, 'wsl-transdebian.gpg')
@@ -0,0 +1,9 @@
+#
+# Cookbook:: apt_repositories
+# Recipe:: _packages
+# Copyright:: 2022, The Authors, All Rights Reserved.
+
+package %w{
+ lsb-release
+}