Skip to content

Commit

Permalink
Add source cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Dec 9, 2024
1 parent 2768e18 commit 0c30d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
unless s3_ready?
template '/etc/redborder/s3_init_conf.yml' do
source 's3_init_conf.yml.erb'
cookbook 'minio'
variables(
s3_user: s3_user,
s3_password: s3_password,
Expand All @@ -67,6 +68,7 @@

template '/root/.s3cfg_initial' do
source 's3cfg_initial.erb'
cookbook 'minio'
variables(
s3_user: s3_user,
s3_password: s3_password,
Expand Down

0 comments on commit 0c30d73

Please sign in to comment.