X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9279ae75dbf67a19c1d7e41fc48d38a814245e68..19292cce10ddff756c298142883712568c19bee3:/roles/bluehost.rb diff --git a/roles/bluehost.rb b/roles/bluehost.rb index 247fd057e..abcf3fd5e 100644 --- a/roles/bluehost.rb +++ b/roles/bluehost.rb @@ -2,8 +2,10 @@ name "bluehost" description "Role applied to all servers at Bluehost" default_attributes( + :hosted_by => "Bluehost", + :location => "Provo, Utah", :networking => { - :nameservers => [ "8.8.8.8", "8.8.4.4" ], + :nameservers => ["8.8.8.8", "8.8.4.4"], :roles => { :external => { :zone => "bh" @@ -14,7 +16,7 @@ default_attributes( override_attributes( :ntp => { - :servers => [ "0.us.pool.ntp.org", "1.us.pool.ntp.org", "north-america.pool.ntp.org" ] + :servers => ["ntp.bluehost.com"] } )