From a2638232180878e0c5965f427171f65c5b339ec9 Mon Sep 17 00:00:00 2001 From: Fabio Buso Date: Wed, 19 Jul 2023 10:00:35 +0200 Subject: [PATCH] [HWORKS-660] Consul recipe should install bc package (#55) --- recipes/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/install.rb b/recipes/install.rb index 00943ca..37fe5d6 100644 --- a/recipes/install.rb +++ b/recipes/install.rb @@ -102,7 +102,7 @@ action :create end -package "unzip" do +package ["unzip", "bc"] do retries 10 retry_delay 30 end