Bläddra i källkod

feat(podman): Update to use the new podman cookbook

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 år sedan
förälder
incheckning
c8f936567e
2 ändrade filer med 2 tillägg och 1 borttagningar
  1. 1 0
      cookbooks/workstation/metadata.rb
  2. 1 1
      cookbooks/workstation/recipes/_podman.rb

+ 1 - 0
cookbooks/workstation/metadata.rb

@@ -14,6 +14,7 @@ chef_version '>= 16.0'
 depends 'etckeeper'
 depends 'git'
 depends 'apt_repositories'
+depends 'podman'
 
 # The `source_url` points to the development repository for this cookbook.  A
 # `View Source` link will be displayed on this cookbook's page when uploaded to

+ 1 - 1
cookbooks/workstation/recipes/_podman.rb

@@ -4,7 +4,7 @@
 #
 # Copyright:: 2022, The Authors, All Rights Reserved.
 
-include_recipe 'apt_repositories::_podman'
+include_recipe 'podamn::default'
 
 # TODO: use gem 'inifile' instead of this
 file '/etc/containers/containers.conf.d/99wsl2.conf' do