Skip to content

Commit

Permalink
rollbak rb
Browse files Browse the repository at this point in the history
  • Loading branch information
stjmt committed Jul 30, 2024
1 parent fe2e4c2 commit 537b646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/elasticsearch_license/xpack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def self.process_body(body)
{
:name => name.to_s,
:ensure => :present,
metadata => { 'licenses' => process_metadata(api_object) },
metadata => { 'license' => process_metadata(api_object) },
:provider => name
}
end
Expand Down

0 comments on commit 537b646

Please sign in to comment.