Skip to content

Commit

Permalink
Merge pull request #31 from redBorder/bugfix/18566_fix_s3_ai_model_do…
Browse files Browse the repository at this point in the history
…wnloadeckou

Add source cookbook
  • Loading branch information
rgomezborder authored Dec 11, 2024
2 parents 2768e18 + 0c30d73 commit aa98f4d
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 aa98f4d

Please sign in to comment.