Skip to content

Commit

Permalink
Merge pull request #25 from dantremblay/202407
Browse files Browse the repository at this point in the history
Add new resource types
  • Loading branch information
anders-larsson authored Jul 31, 2024
2 parents 393f73e + cb7a013 commit f9c7c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/hbm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def self.title_patterns
newparam(:type) do
desc "Resource's type."

newvalues(:action, :capability, :config, :device, :dns, :image, :logdriver, :logopt, :port, :registry, :volume)
newvalues(:action, :capability, :config, :device, :dns, :image, :logdriver, :logopt, :plugin, :port, :registry, :volume, :volumedriver)
end

newparam(:value) do
Expand Down

0 comments on commit f9c7c8e

Please sign in to comment.