]> git.openstreetmap.org Git - chef.git/commitdiff
Set timezone for servers in us-east-2
authorTom Hughes <tom@compton.nu>
Fri, 22 Dec 2023 10:17:59 +0000 (10:17 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 22 Dec 2023 10:18:14 +0000 (10:18 +0000)
roles/aws-us-east-2.rb

index 2cdc4c24ca2677b112695101afe1056db55ed7e3..f9db4786af71aea5a57fdda55c82ddadfcfe4417 100644 (file)
@@ -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(