From 3a8fcebbe136bfa58a09209dcd285e05a302dd1b Mon Sep 17 00:00:00 2001 From: Cooper Lees Date: Fri, 5 Jul 2024 11:21:16 -0700 Subject: [PATCH] Shard out disabling running during firstboot (provisioning) 1% -> 2% Summary: bumpsign This diff was created using http://fburl.com/chefshardbump Differential Revision: D59290161 fbshipit-source-id: 2c205a1af8baf40085aa20d79b482efeb98b1d04 --- cookbooks/fb_timers/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/fb_timers/recipes/default.rb b/cookbooks/fb_timers/recipes/default.rb index d4d81cc5..bf5d2d3b 100644 --- a/cookbooks/fb_timers/recipes/default.rb +++ b/cookbooks/fb_timers/recipes/default.rb @@ -59,5 +59,5 @@ end fb_timers_setup 'fb_timers system setup' do - not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(0) } # __BUMP__ + not_if { (node.firstboot_os? || node.firstboot_tier?) && node.in_shard?(1) } end