Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
@@ -15,7 +15,7 @@ end
include_recipe 'apt_repositories::_official'
# Setup podman
-include_recipe 'apt_repositories::_podman'
+include_recipe 'podman'
# Setup 'git'
include_recipe 'gateway::_git'
@@ -1,26 +0,0 @@
-#
-# Cookbook:: workstation
-# Recipe:: _podman
-# Copyright:: 2022, The Authors, All Rights Reserved.
-
-remote_file ::File.join(Chef::Config['file_cache_path'], 'devel_kubic_libcontainer_stable.key') do
- source 'https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/Debian_Unstable/Release.key'
- action :delete
-end
-key_path = '/etc/apt/trusted.gpg.d'
-key_stable = ::File.join(key_path, 'devel_kubic_libcontainers_stable.gpg')
-file key_stable do
-apt_repository 'devel_kubic_libcontainer_stable' do
- arch 'amd64'
- uri 'http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/Debian_11/'
- distribution '/'
- deb_src true
@@ -4,7 +4,7 @@
#
# Copyright:: 2022, The Authors, All Rights Reserved.
-include_recipe 'podamn::default'
# TODO: use gem 'inifile' instead of this
file '/etc/containers/containers.conf.d/99wsl2.conf' do