]> git.openstreetmap.org Git - chef.git/commitdiff
podman: do not require port
authorGrant Slater <github@firefishy.com>
Mon, 1 Jul 2024 16:19:59 +0000 (17:19 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 1 Jul 2024 16:19:59 +0000 (17:19 +0100)
cookbooks/podman/resources/service.rb

index 5b64f780613216c9d134bf8f2fe9d59aed382ca0..5ef0b5885f2d90476fc75103ed86572ae2d32d97 100644 (file)
@@ -24,7 +24,7 @@ default_action :create
 property :service, String, :name_property => true
 property :description, String, :required => true
 property :image, String, :required => true
 property :service, String, :name_property => true
 property :description, String, :required => true
 property :image, String, :required => true
-property :ports, Hash
+property :ports, Hash, :default => {}
 property :environment, Hash, :default => {}
 property :volume, Hash, :default => {}
 
 property :environment, Hash, :default => {}
 property :volume, Hash, :default => {}