Skip to content

Commit

Permalink
Update configure.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads authored Jun 10, 2024
1 parent d89bd26 commit 4ec77f8
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 @@ -377,7 +377,7 @@
action (manager_services["postgresql"] and external_services["postgresql"] == "onpremise" ? [:add, :register] : [:remove, :deregister])
end

s3_secrets = Chef::DataBagItem.load('passwords','s3')
s3_leader = `serf members | grep s3=ready | awk '{print $1'} | head -n 1`.strip

# Allow only s3 onpremise nodes for now..
minio_config "Configure S3 (minio)" do
Expand Down

0 comments on commit 4ec77f8

Please sign in to comment.