From 24d85b941c06d0b81d5e9114a283a0d48ee6581e Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 8 Nov 2025 16:36:03 +0000 Subject: [PATCH] Revert "Disable failing apt key" This reverts commit 972707135f6d255c07228a3ccb89ac129cbecab5. --- cookbooks/apt/recipes/fullstaq-ruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/apt/recipes/fullstaq-ruby.rb b/cookbooks/apt/recipes/fullstaq-ruby.rb index 593189339..d9dad7d37 100644 --- a/cookbooks/apt/recipes/fullstaq-ruby.rb +++ b/cookbooks/apt/recipes/fullstaq-ruby.rb @@ -23,5 +23,5 @@ apt_repository "fullstaq-ruby" do uri "https://apt.fullstaqruby.org" distribution "#{node[:platform]}-#{node[:platform_version]}" components ["main"] - # key "https://raw.githubusercontent.com/fullstaq-ruby/server-edition/main/fullstaq-ruby.asc" + key "https://raw.githubusercontent.com/fullstaq-ruby/server-edition/main/fullstaq-ruby.asc" end -- 2.39.5