From e0cdebb7bf9b7e922de77405d88a90b865142f6a Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 22 Dec 2023 10:17:59 +0000 Subject: [PATCH] Set timezone for servers in us-east-2 --- roles/aws-us-east-2.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/aws-us-east-2.rb b/roles/aws-us-east-2.rb index 2cdc4c24c..f9db4786a 100644 --- a/roles/aws-us-east-2.rb +++ b/roles/aws-us-east-2.rb @@ -2,7 +2,8 @@ name "aws-us-east-2" description "Role applied to all servers at AWS us-east-2" default_attributes( - :location => "Ohio" + :location => "Ohio", + :timezone => "US/Eastern" ) run_list( -- 2.39.5