Skip to content

Commit

Permalink
Merge pull request #162 from redBorder/bugfix/17853_minio_cannot_stop
Browse files Browse the repository at this point in the history
#17853 Minio cannot stop on custom node
  • Loading branch information
ljblancoredborder authored Jul 3, 2024
2 parents d1ea8ce + adf0025 commit 291aaab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@
s3_hosts node['redborder']['s3']['s3_hosts']
if manager_services['s3'] && (external_services['s3'] == 'onpremise')
action [:add_s3_conf_nginx]
else
action :nothing
end
end

Expand Down

0 comments on commit 291aaab

Please sign in to comment.