X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/21958591555b0b80370e944e3128ac5d533c281d..860431223d5e1ada6bc6549c2cfa30dea4d23182:/roles/prgmr.rb diff --git a/roles/prgmr.rb b/roles/prgmr.rb index 7803ff3a6..918481423 100644 --- a/roles/prgmr.rb +++ b/roles/prgmr.rb @@ -2,13 +2,11 @@ name "prgmr" description "Role applied to all servers at prgmr.com" default_attributes( + :hosted_by => "prgmr.com", + :location => "San Francisco, California", + :timezone => "PST8PDT", :networking => { - :nameservers => ["8.8.4.4", "65.19.174.2", "65.19.175.2"], - :roles => { - :external => { - :zone => "pr" - } - } + :nameservers => ["8.8.8.8", "8.8.4.4"] } )