X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/1b572057a4c571df94d32252e32a8689e7f381e0..9b6fa6d1c1d425a8e1368ae1ec23bfdee308b169:/roles/prgmr.rb diff --git a/roles/prgmr.rb b/roles/prgmr.rb index 63a7f8bd4..918481423 100644 --- a/roles/prgmr.rb +++ b/roles/prgmr.rb @@ -4,13 +4,9 @@ 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"] } )