From fa2a9914dcaeaaa9a5d56a03ce2269b099d706c4 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 29 Jul 2025 00:56:21 +0100 Subject: [PATCH] pixeldeck: set correct timezone for timer jobs --- roles/pixeldeck.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/pixeldeck.rb b/roles/pixeldeck.rb index 0a7afd984..7535515b2 100644 --- a/roles/pixeldeck.rb +++ b/roles/pixeldeck.rb @@ -3,7 +3,8 @@ description "Role applied to all servers at PixelDeck" default_attributes( :hosted_by => "PixelDeck", - :location => "Kansas City, Missouri" + :location => "Kansas City, Missouri", + :timezone => "US/Central" ) override_attributes( -- 2.39.5