From 0c30d737cc663231eb60f2bf4282d3b22ad472dc Mon Sep 17 00:00:00 2001 From: Miguel Alvarez Date: Mon, 9 Dec 2024 14:27:21 +0000 Subject: [PATCH] Add source cookbook --- resources/providers/config.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/providers/config.rb b/resources/providers/config.rb index 2c28999..889a193 100644 --- a/resources/providers/config.rb +++ b/resources/providers/config.rb @@ -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, @@ -67,6 +68,7 @@ template '/root/.s3cfg_initial' do source 's3cfg_initial.erb' + cookbook 'minio' variables( s3_user: s3_user, s3_password: s3_password,