Skip to content

Commit

Permalink
Add new resource types
Browse files Browse the repository at this point in the history
  • Loading branch information
dantremblay committed Jul 31, 2024
1 parent f2e96d7 commit 46a6133
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 46a6133

Please sign in to comment.