X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/9279ae75dbf67a19c1d7e41fc48d38a814245e68..8f1ebda3ee9cff33dbd6ca29d24aea0f5294b04c:/roles/bluehost.rb diff --git a/roles/bluehost.rb b/roles/bluehost.rb index 247fd057e..5e4f44663 100644 --- a/roles/bluehost.rb +++ b/roles/bluehost.rb @@ -3,7 +3,7 @@ description "Role applied to all servers at Bluehost" default_attributes( :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 +14,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"] } )