]> git.openstreetmap.org Git - chef.git/blob - roles/aws-us-east-2.rb
Add role for palulukon
[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 )
7
8 run_list(
9   "role[us]",
10   "role[aws]"
11 )