]> git.openstreetmap.org Git - chef.git/blob - roles/aws-us-east-2.rb
Revert "Move Amsterdam site gateway to norbert"
[chef.git] / roles / aws-us-east-2.rb
1 name "aws-us-east-2"
2 description "Role applied to all servers at AWS us-east-2"
3
4 default_attributes(
5   :location => "Ohio",
6   :timezone => "US/Eastern"
7 )
8
9 run_list(
10   "role[us]",
11   "role[aws]"
12 )