Skip to content

Commit

Permalink
Proper use of s3 hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Jun 3, 2024
1 parent f08e447 commit ac54c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/recipes/configure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@

# Configure Nginx s3 onpremise nodes for now..
minio_config "Configure Nginx S3 (minio)" do
s3_hosts node["redborder"]["s3_hosts"]
s3_hosts node["redborder"]["s3"]["s3_hosts"]
action ((manager_services["s3"] and external_services["s3"] == "onpremise") ? [:add_s3_conf_nginx] : :nothing)
end

Expand Down

0 comments on commit ac54c02

Please sign in to comment.