Skip to content

Commit

Permalink
Fix default action of minio to do nothing when disabling
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jun 24, 2024
1 parent ec543a6 commit 4681fe2
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 @@ -576,6 +576,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 4681fe2

Please sign in to comment.