From 4681fe2233d0ceaf248f802f272579a5cb2fbf41 Mon Sep 17 00:00:00 2001 From: Miguel Alvarez Date: Mon, 24 Jun 2024 12:48:46 +0100 Subject: [PATCH] Fix default action of minio to do nothing when disabling --- resources/recipes/configure.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/recipes/configure.rb b/resources/recipes/configure.rb index 56a4462d..466b7fcb 100644 --- a/resources/recipes/configure.rb +++ b/resources/recipes/configure.rb @@ -576,6 +576,8 @@ s3_hosts node['redborder']['s3']['s3_hosts'] if manager_services['s3'] && (external_services['s3'] == 'onpremise') action [:add_s3_conf_nginx] + else + action :nothing end end