From: Tom Hughes Date: Fri, 22 Dec 2023 10:17:59 +0000 (+0000) Subject: Set timezone for servers in us-east-2 X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e0cdebb7bf9b7e922de77405d88a90b865142f6a?hp=e5148958815b190147c6f820fcc2a07d7943507b Set timezone for servers in us-east-2 --- 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(