Skip to content

Commit

Permalink
Fix minio solo check
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jun 11, 2024
1 parent cdd0ab9 commit cf68256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
s3_bucket: s3_bucket,
s3_endpoint: s3_endpoint
)
only_if: im_solo
only_if { im_solo }
end

template '/root/.s3cfg_initial' do
Expand All @@ -70,7 +70,7 @@
s3_password: s3_password,
s3_endpoint: s3_endpoint
)
only_if: im_solo
only_if { im_solo }
end

Chef::Log.info('Minio cookbook has been processed')
Expand Down

0 comments on commit cf68256

Please sign in to comment.