]> git.openstreetmap.org Git - chef.git/commitdiff
Add server location description to aws
authorAndy Allan <github@gravitystorm.co.uk>
Mon, 9 May 2016 15:02:14 +0000 (16:02 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 9 May 2016 19:05:43 +0000 (20:05 +0100)
roles/aws.rb

index ae3225f729e9f449c693c1d853f01d29d1d25888..5f4ac7ace2b33f5f5e76a63b1a3488ec20adbd24 100644 (file)
@@ -2,6 +2,8 @@ name "aws"
 description "Role applied to all servers on AWS"
 
 default_attributes(
 description "Role applied to all servers on AWS"
 
 default_attributes(
+  :hosted_by => "AWS",
+  :location => "Ireland",
   :networking => {
     :nameservers => ["172.31.0.2"],
     :roles => {
   :networking => {
     :nameservers => ["172.31.0.2"],
     :roles => {